From ec4d4f6cdd93013a1a1e6ee573e94510b5b715cd 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/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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 000000000..c04a7eb83 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## Ready for review checklist: +- [ ] I have performed a self-review of my own code +- [ ] All commits run individually +- [ ] All "TODO"s, console.log or other temporary changes has been removed +- [ ] The PR has been tested locally +- [ ] Have a test been written? +> - [ ] This change doesn't need a test +- [ ] Are relevant issues linked +- [ ] If remaining work, is this documented in new issues