We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465f929 commit 15b9f5dCopy full SHA for 15b9f5d
.github/workflows/backport.yml
@@ -52,8 +52,48 @@ jobs:
52
53
/cc %cc_users%
54
55
+ # {PR title}
56
+
57
+ Summary of the changes (Less than 80 chars)
58
59
+ ## Description
60
61
+ {Detail}
62
63
+ Fixes #{bug number} (in this specific format)
64
65
## Customer Impact
66
- ## Testing
67
+ {Justification}
68
69
+ ## Regression?
70
71
+ - [ ] Yes
72
+ - [ ] No
73
74
+ [If yes, specify the version the behavior has regressed from]
75
76
## Risk
77
78
+ - [ ] High
79
+ - [ ] Medium
80
+ - [ ] Low
81
82
+ [Justify the selection above]
83
84
+ ## Verification
85
86
+ - [ ] Manual (required)
87
+ - [ ] Automated
88
89
+ ## Packaging changes reviewed?
90
91
92
93
+ - [ ] N/A
94
95
+ ----
96
97
+ ## When servicing release/2.1
98
99
+ - [ ] Make necessary changes in eng/PatchConfig.props
0 commit comments