8 lines
152 B
Markdown
8 lines
152 B
Markdown
# Commit Style
|
|
|
|
- Use Conventional Commits.
|
|
- Keep the type and subject lowercase.
|
|
- Keep commit messages terse.
|
|
|
|
Example: `feat: dark mode by default`
|