Skip to content

Commit

Permalink
chore: add a GitHub PR template
Browse files Browse the repository at this point in the history
Includes a checklist of things to be verified by authors and reviewers.

Fixes: MODELIX-796
  • Loading branch information
languitar committed May 14, 2024
1 parent a2a4450 commit 7c96e99
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
TODO description of the PR

## To be verified by reviewers

* [ ] Relevant public API members have been documented
* [ ] Documentation related to this PR is complete
* [ ] Boundary conditions are documented
* [ ] Exceptions are documented
* [ ] Nullability is documented if used
* [ ] Touched existing code has been extended with documentation if missing
* [ ] Code is readable
* [ ] New features and fixed bugs are covered by tests

0 comments on commit 7c96e99

Please sign in to comment.