12 lines
324 B
Markdown
12 lines
324 B
Markdown
|
|
---
|
||
|
|
condition: "(?i)git commit|commit message|conventional commit"
|
||
|
|
---
|
||
|
|
|
||
|
|
# Commits
|
||
|
|
|
||
|
|
When commiting changes, follow these rules to write the messages:
|
||
|
|
|
||
|
|
- Conventional Commit (reference available at .ai/resources/conventional-commit.md)
|
||
|
|
- `@commitlint/config-conventional` (reference available at .ai/resources/commitlint.md)
|
||
|
|
|