docs: require conventional commits
This commit is contained in:
@@ -19,4 +19,5 @@
|
|||||||
## Working With The Repo
|
## Working With The Repo
|
||||||
1. Add new scripts under `scripts/` and document behavior in the top comment block.
|
1. Add new scripts under `scripts/` and document behavior in the top comment block.
|
||||||
2. Run `stylua` followed by `luacheck` before committing.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user