File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Description
2
+
3
+ ## PR Checklist
4
+
5
+ If you are upgrading the version of a repo submodule, please follow this
6
+ checklist:
7
+
8
+ - [ ] Provide a link to an issue in the consuming repo describing the need for
9
+ the upgrade. Both this PR and the PR doing the upgrade in the consuming repo
10
+ should link to that issue.
11
+ - [ ] Have you done your due diligence to ensure the upgrade can be completed
12
+ in the consuming repo in a timely manner? If consuming the dependency flow of
13
+ this update takes a long time or needs to be backed out, it may require the
14
+ reversion of the upgrade in this PR. That's something we want to avoid.
15
+ - [ ] When consuming the dependency flow from this repo for the purposes of a
16
+ version upgrade, consider using a separate PR or at least changing the title of
17
+ the dependency flow PR to accurately reflect the purpose of the change. Seeing
18
+ a PR named "Upgrade IdentityModel to 8.0.1", for example, provides better
19
+ clarity than "Update dependencies from dotnet/source-build-externals".
You can’t perform that action at this time.
0 commit comments