-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DoD-Introduce.PR.template.for.the.engineering.repositories
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#### JIRA | ||
|
||
#### Changes | ||
|
||
- | ||
|
||
#### Checklist | ||
- [ ] Feature Flag Required | ||
- [ ] Bug | ||
|
||
#### Test plan | ||
|
||
- [ ] Walk-through | ||
- [ ] Peer review | ||
- [ ] Inspection | ||
- Detailed steps and prerequisites for validating the change: | ||
- <!-- Replace this with the bullet points about the steps how to execute the test --> | ||
|
||
#### Risk Analysis - the risk of change is evaluated | ||
|
||
- [ ] Low - Majority of the changes are low risk which doesn’t require extra testing, only code review by 1 reviewer | ||
- [ ] 1 reviewer | ||
- [ ] Medium - Some portion of changes are medium risk which need peer testing and review by 2 reviewers | ||
- [ ] 2 reviewers | ||
- [ ] peer testing | ||
- [ ] High - A very few breaking changes are high risk and need very throughout testing and review and also coordinated release process. | ||
- [ ] 2 reviewers | ||
- [ ] peer testing | ||
- [ ] coordinated release |