From ad7a130db83da992390a22e6ff070a61df3d08da 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 | 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 000000000..0fa018cad --- /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 console.log, TODO, etc. +- [ ] The PR has been tested locally +- [ ] A test have 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 require new issues +- [ ] The changes does not introduce dead code as unused imports, functions etc. \ No newline at end of file