From b9900f467feddd8bfe1f1f87ba97bba99288efd2 Mon Sep 17 00:00:00 2001 From: Emily Martins Date: Fri, 28 Oct 2022 22:53:55 +0200 Subject: [PATCH] add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/pull_request_template.md 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.