add PR template

This commit is contained in:
Emily Martins 2022-10-28 22:53:55 +02:00 committed by emiflake
parent e59009a925
commit b9900f467f

11
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,11 @@
## Describe your changes
## Relevant issues
## Checklist before requesting a review.
- [ ] I have ensured documentation and testing are thorough.
- [ ] I have updated the changelog.
- [ ] I have read [CONTRIBUTING.md][../CONTRIBUTING.md]
- [ ] I have made sure the CI checks run using `nix run .#ci`.
- [ ] I have followed the code standards to the best of my ability or have documented carefully where and why I haven't.