Skip to content

Commit bdc7c83

Browse files
authored
Define PR template (#353)
1 parent 01012f6 commit bdc7c83

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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".

0 commit comments

Comments
 (0)