Skip to content

Commit 3b58f10

Browse files
authored
Augment the backport PR description template to prompt for more info (#97073)
* Augment the backport PR description template to prompt for more info * Wordsmith the backport template prompts per feedback
1 parent 5ff11b1 commit 3b58f10

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/backport.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,28 @@ jobs:
2424
2525
## Customer Impact
2626
27+
- [ ] Customer reported
28+
- [ ] Found internally
29+
30+
[Select one or both of the boxes. Describe how this issue impacts customers, citing the expected and actual behaviors and scope of the issue. If customer-reported, provide the issue number.]
31+
32+
## Regression
33+
34+
- [ ] Yes
35+
- [ ] No
36+
37+
[If yes, specify when the regression was introduced. Provide the PR or commit if known.]
38+
2739
## Testing
2840
41+
[How was the fix verified? How was the issue missed previously? What tests were added?]
42+
2943
## Risk
3044
45+
[High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.]
46+
3147
**IMPORTANT**: If this backport is for a servicing release, please verify that:
3248
3349
- The PR target branch is `release/X.0-staging`, not `release/X.0`.
3450
3551
- If the change touches code that ships in a NuGet package, you have added the necessary [package authoring](https://github.com/dotnet/runtime/blob/main/docs/project/library-servicing.md) and gotten it explicitly reviewed.
36-

0 commit comments

Comments
 (0)