From fa2f91c9f37db599b56d6ecbd3dfc3763a8c7c5b Mon Sep 17 00:00:00 2001 From: Eddasol Date: Fri, 13 Dec 2024 10:37:48 +0100 Subject: [PATCH] Add checklist to pull requests --- .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 00000000..a185c6a8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Ready for review checklist: +- [ ] A self-review has been performed +- [ ] All commits run individually +- [ ] Temporary changes have been removed, like logging, TODO, etc. +- [ ] The PR has been tested locally +- [ ] A test has been written + - [ ] This change doesn't need a new test +- [ ] Relevant issues are linked +- [ ] Remaining work is documented in issues + - [ ] There is no remaining work from this PR that requires new issues +- [ ] The changes do not introduce dead code as unused imports, functions etc. \ No newline at end of file