diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-07 17:36:24 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-07 17:36:29 -0400 |
| commit | 2324395ae2dcdb4729f9c29e393a6a03a6e84af6 (patch) | |
| tree | 74caa7339cabb63a25aeb3294048e874d0a062bf /.github | |
| parent | 2eef15724bbca3f1086a71bea0138463fc3dd3e1 (diff) | |
| download | anubis-2324395ae2dcdb4729f9c29e393a6a03a6e84af6.tar.xz anubis-2324395ae2dcdb4729f9c29e393a6a03a6e84af6.zip | |
move pull request template to a hidden folder
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
| -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) |
