chore: Document & enforce conventional commit messages

This commit is contained in:
Jade Ellis 2025-06-24 22:22:13 +01:00
parent eb75c4ecb0
commit b787e97dc1
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
3 changed files with 87 additions and 0 deletions

2
committed.toml Normal file
View file

@ -0,0 +1,2 @@
style = "conventional"
allowed_types = ["ci", "build", "fix", "feat", "chore", "docs", "style", "refactor", "perf", "test"]