mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-10-04 13:52:08 +08:00
12 lines
629 B
Markdown
12 lines
629 B
Markdown
<!--
|
|
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)
|
|
- [ ] All of my commits have [verified signatures](https://anubis.techaro.lol/docs/developer/signed-commits)
|