Browse Source

Added servicing PR template to simplify the process of preparing patches (#28990)

Added servicing PR template
Artak 5 years ago
parent
commit
1e2e60568e
1 changed files with 32 additions and 0 deletions
  1. 32 0
      .github/PULL_REQUEST_TEMPLATE/servicing.md

+ 32 - 0
.github/PULL_REQUEST_TEMPLATE/servicing.md

@@ -0,0 +1,32 @@
+## Description
+
+
+
+## Customer Impact
+
+
+
+## Regression?
+- [ ] Yes
+- [ ] No
+
+[If yes, specify the version the behavior has regressed from]
+
+## Risk
+- [ ] High
+- [ ] Medium
+- [ ] Low
+
+[Justify the selection above]
+
+## Verification
+- [ ] Manual (required)
+- [ ] Automated
+
+## Packaging changes reviewed?
+- [ ] Yes
+- [ ] No
+- [ ] N/A
+
+
+Addresses [issue number]