docs: require conventional commits

This commit is contained in:
2025-11-08 22:39:00 +01:00
parent 3f53172033
commit f2ff769753

View File

@@ -19,4 +19,5 @@
## Working With The Repo
1. Add new scripts under `scripts/` and document behavior in the top comment block.
2. Run `stylua` followed by `luacheck` before committing.
3. Update this file when repo-level layout or tooling changes so future contributors understand the structure.
3. Use Conventional Commits for every git commit (e.g., `feat:`, `fix:`, `chore:`) so tooling can parse history cleanly.
4. Update this file when repo-level layout or tooling changes so future contributors understand the structure.