mirror of
https://github.com/ludo-technologies/pyscn.git
synced 2025-10-06 00:59:45 +03:00
- 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
14 lines
293 B
Plaintext
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):") |