From 6808e7d4809974ea010dd6f8bf4c1237e7825be8 Mon Sep 17 00:00:00 2001 From: Eddasol Date: Fri, 6 Dec 2024 13:10:40 +0100 Subject: [PATCH] Add checklist to PRs --- .github/PR_TEMPLATE/pr_checklist.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/PR_TEMPLATE/pr_checklist.md diff --git a/.github/PR_TEMPLATE/pr_checklist.md b/.github/PR_TEMPLATE/pr_checklist.md new file mode 100644 index 000000000..549e220b6 --- /dev/null +++ b/.github/PR_TEMPLATE/pr_checklist.md @@ -0,0 +1,4 @@ +Ready for review checklist: +- [ ] All commits run individually +- [ ] The PR has been tested locally +- [ ] If relevant, have a test been written?