Skip to content

Commit dae000b

Browse files
committed
Updated PR template to be more descriptive
1 parent b502982 commit dae000b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
## Checklists
2222

23-
<!-- Delete if changes DO include secrets -->
24-
- [ ] No secrets were added
25-
26-
<!-- Delete if changes in README or documentation are not required -->
27-
- [ ] [README](./blob/main/README.md) and documentation updated where necessary
23+
<!-- Delete if changes in READMEs or documentation are not required -->
24+
- [ ] All READMEs and documentation updated where necessary
2825

2926
<!-- Delete if changes don't include risk of credentials being exposed -->
30-
- [ ] No risk of credentials being exposed through logs
27+
- [ ] No risk of PII, credentials or anything else sensitive being exposed through logs
28+
29+
<!-- Delete if changes don't apply -->
30+
- [ ] API/unit/contract tests have been written/updated
3131

3232
<!-- Delete if changes don't apply -->
33-
- [ ] API/unit tests have been written/updated
33+
- [ ] Production changes appropriately staged out

0 commit comments

Comments
 (0)