From dcaa5c7fafccfc07b3c72803b5a7d5b92148e3a0 Mon Sep 17 00:00:00 2001 From: pattonwebz Date: Fri, 12 Jul 2024 21:49:05 +0100 Subject: [PATCH] Add a PR description to remind about linking PRs to issues and about adding tests --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 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..e5ec9c28 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ + + +## Checklist + +- [ ] PR is linked to the main issue in the repo +- [ ] Tests are added that cover changes