Skip to content

Commit 45ddc26

Browse files
authored
Merge pull request #750 from modelix/feature/MODELIX-796-Create-a-GitHub-PR-template-to-support-reviews
chore: add a GitHub PR template
2 parents 42b6c43 + 7c96e99 commit 45ddc26

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)