diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a322382 --- /dev/null +++ b/.github/pull_request_template.md @@ -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.