mirror of
https://github.com/tombi-toml/tombi.git
synced 2025-12-23 09:19:21 +00:00
- Clarified the format for writing commit messages, including language and title requirements.
15 lines
435 B
Text
15 lines
435 B
Text
Write the title and the description of the commit in the following format:
|
|
|
|
- Write in English
|
|
- The title should be less than 60 characters
|
|
- If the title is longer than 60 characters, write the description
|
|
- The title should include a type character
|
|
- feat: new feature
|
|
- fix: bug fix
|
|
- refactor: refactoring
|
|
- perf: performance improvement
|
|
- test: test
|
|
- docs: documentation
|
|
- style: style
|
|
- ci: ci
|
|
- chore: other
|