You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/backport.yml
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,28 @@ jobs:
24
24
25
25
## Customer Impact
26
26
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
+
27
39
## Testing
28
40
41
+
[How was the fix verified? How was the issue missed previously? What tests were added?]
42
+
29
43
## Risk
30
44
45
+
[High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.]
46
+
31
47
**IMPORTANT**: If this backport is for a servicing release, please verify that:
32
48
33
49
- The PR target branch is `release/X.0-staging`, not `release/X.0`.
34
50
35
51
- 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.
0 commit comments