tombi/.gitcommitrule
yassun7010 9bfc78179d chore: update commit message guidelines
- Clarified the format for writing commit messages, including language and title requirements.
2025-03-27 00:03:39 +09:00

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