Files
pyscn/.gitmessage
DaisukeYoda 6b5e31b3b3 chore: add commit conventions
- add simple commit message format
- only 8 types: feat, fix, docs, style, refactor, test, perf, chore
- max 50 chars, lowercase, no scope
- add .gitmessage template
2025-08-07 03:52:24 +09:00

14 lines
293 B
Plaintext

# <type>: <description>
#
# Types: feat, fix, docs, style, refactor, test, perf, chore
#
# Examples:
# feat: add tree-sitter parser
# fix: handle nil input
# test: add parser tests
#
# Rules:
# - Max 50 chars
# - Start with lowercase
# - No period at end
# - No scope (no "feat(parser):")