Skip to content

Commit a78f823

Browse files
docs(pull requests): update the pull requests checklist to add a security check (#516)
1 parent 6a514f1 commit a78f823

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## Pull Request checklist:
1+
## Definition of Done
2+
3+
### General
24

35
- [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org)
4-
- [ ] Create automatic tests
5-
- [ ] No automatic tests failures
66
- [ ] Test manually the implemented changes
7-
- [ ] Review my own code (indentation, syntax, style, simplicity, readability)
8-
- [ ] Wonder if you can improve the existing code
7+
- [ ] Validate the code quality (indentation, syntax, style, simplicity, readability)
8+
9+
### Security
10+
11+
- [ ] Consider the security impact of the changes made

0 commit comments

Comments
 (0)