Skip to content

Commit c5c463c

Browse files
committed
chore: more linter fixes
1 parent 0f37888 commit c5c463c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,14 @@ PR titles are validated automatically and must follow this format:
126126
**Valid types:** `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert`
127127

128128
**Examples:**
129+
129130
- `feat(auth): add login button to navigation`
130131
- `fix: resolve race condition in async handler`
131132
- `docs: update installation instructions`
132133
- `chore: bump dependencies and run pre-commit`
133134

134135
The description should:
136+
135137
- Start with a lowercase letter
136138
- Be concise and descriptive
137139
- Use imperative mood (e.g., "add" not "added" or "adds")

0 commit comments

Comments
 (0)