Skip to content

Commit 7c96e99

Browse files
committed
chore: add a GitHub PR template
Includes a checklist of things to be verified by authors and reviewers. Fixes: MODELIX-796
1 parent a2a4450 commit 7c96e99

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
TODO description of the PR
2+
3+
## To be verified by reviewers
4+
5+
* [ ] Relevant public API members have been documented
6+
* [ ] Documentation related to this PR is complete
7+
* [ ] Boundary conditions are documented
8+
* [ ] Exceptions are documented
9+
* [ ] Nullability is documented if used
10+
* [ ] Touched existing code has been extended with documentation if missing
11+
* [ ] Code is readable
12+
* [ ] New features and fixed bugs are covered by tests

0 commit comments

Comments
 (0)