diff options
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..edecf67 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +<!-- +delete me and describe your change here, give enough context for a maintainer to understand what and why + +See https://anubis.techaro.lol/docs/developer/code-quality for more information +--> + +Checklist: + +- [ ] Added a description of the changes to the `[Unreleased]` section of docs/docs/CHANGELOG.md +- [ ] Added test cases to [the relevant parts of the codebase](https://anubis.techaro.lol/docs/developer/code-quality) +- [ ] Ran integration tests `npm run test:integration` (unsupported on Windows, please use WSL) |
