Skip to content

Commit 0f01e0a

Browse files
authored
Create AzDO PR templates for internal/* branches (#37917)
- follow-up to 9ca2be8 - the branches/ files are _prefix_ matched against PR target branches - "The name must match the first level of the branch name" - see <https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-request-templates#branch-specific-pull-request-templates> - note: these templates are only read from the default branch nit: provide default PR template for the odd case of an internal PR targeting 'main' or a temporary (feature) branch - see <https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-request-templates#default-pull-request-templates> - keep minimal.md PR template separate from the default - this template helps after removing servicing template for internal `tell-mode` PRs - default PR template can't be used as an additional PR template - see <https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-request-templates#additional-pull-request-templates>
1 parent e8200cb commit 0f01e0a

File tree

3 files changed

+55
-1
lines changed

3 files changed

+55
-1
lines changed

.azuredevops/pull_request_template.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# {PR title}
2+
3+
Summary of the changes (Less than 80 chars)
4+
5+
## Description
6+
7+
{Detail}
8+
9+
Fixes #{bug number} (in this specific format)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# {PR title}
2+
3+
Summary of the changes (Less than 80 chars)
4+
5+
## Description
6+
7+
{Detail}
8+
9+
Fixes #{bug number} (in this specific format)
10+
11+
## Customer Impact
12+
13+
{Justification}
14+
15+
## Regression?
16+
17+
- [ ] Yes
18+
- [ ] No
19+
20+
[If yes, specify the version the behavior has regressed from]
21+
22+
## Risk
23+
24+
- [ ] High
25+
- [ ] Medium
26+
- [ ] Low
27+
28+
[Justify the selection above]
29+
30+
## Verification
31+
32+
- [ ] Manual (required)
33+
- [ ] Automated
34+
35+
## Packaging changes reviewed?
36+
37+
- [ ] Yes
38+
- [ ] No
39+
- [ ] N/A
40+
41+
----
42+
43+
## When servicing release/2.1
44+
45+
- [ ] Make necessary changes in eng/PatchConfig.props

.azuredevops/pull_request_template/minimal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# {PR title}
22

33
<!--
4-
Use for tell mode PRs after removing servicing template. Ignoring internal PRs targeting main (extreme corner case).
4+
Use for tell mode PRs after removing servicing template.
55
-->
66

77
Summary of the changes (Less than 80 chars)

0 commit comments

Comments
 (0)