Initial commit
This commit is contained in:
14
commands/commit.md
Normal file
14
commands/commit.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Commit
|
||||
|
||||
Commit changes to the repository.
|
||||
|
||||
## Rules
|
||||
|
||||
- Use English for commit messages except for specific terms that are better left untranslated.
|
||||
- Follow the Conventional Commits specification.
|
||||
- Use the format `type(scope): description` for commit messages.
|
||||
- Use `fix`, `feat`, `chore`, `docs`, `style`, `refactor`, `test`, `perf`, and `build` as types.
|
||||
- Use `scope` to indicate the area of the codebase affected by the change.
|
||||
- Ensure that the commit message is clear and concise.
|
||||
- Include relevant issue references in the commit message if applicable (e.g., `Fixes #123`).
|
||||
- Avoid committing large changes in a single commit; break down into logical units.
|
||||
Reference in New Issue
Block a user