Skip to content

Commit efcb415

Browse files
authored
Merge pull request #3022 from github/henrymercer/improve-pr-template
Add risk assessment to PR template
2 parents 5b6f1d2 + 916d5bd commit efcb415

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
2+
3+
### Risk assessment
4+
5+
For internal use only. Please select the risk level of this change:
6+
7+
- **Low risk:** Changes are fully under feature flags, or have been fully tested and validated in pre-production environments and are highly observable, or are documentation or test only.
8+
- **High risk:** Changes are not fully under feature flags, have limited visibility and/or cannot be tested outside of production.
9+
110
### Merge / deployment checklist
211

3-
- [ ] Confirm this change is backwards compatible with existing workflows.
4-
- [ ] Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md) has been updated if necessary.
5-
- [ ] Confirm the [changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) has been updated if necessary.
12+
- Confirm this change is backwards compatible with existing workflows.
13+
- Consider adding a [changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) entry for this change.
14+
- Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md) and docs have been updated if necessary.

0 commit comments

Comments
 (0)