mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +00:00
PR #1451 added `CONTRIBUTING.md`, but the commit message guidelines there conflict with the ones in `developer/code-quality.md`. Since `CONTRIBUTING.md` is newer, presumably the guidelines there are what's expected from new commits. But after removing that section from `code-quality.md`, there's not much content left, so this commit just deletes the file entirely. Signed-off-by: Max Chernoff <git@maxchernoff.ca>
13 lines
643 B
Markdown
13 lines
643 B
Markdown
<!--
|
|
delete me and describe your change here, give enough context for a maintainer to understand what and why
|
|
|
|
See https://github.com/TecharoHQ/anubis/blob/main/CONTRIBUTING.md 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://github.com/TecharoHQ/anubis/blob/main/CONTRIBUTING.md)
|
|
- [ ] 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)
|