Skip to content

Commit 09456bf

Browse files
committed
chore: more linter fixes
1 parent fe2cb5a commit 09456bf

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
@@ -165,12 +165,14 @@ PR titles are validated automatically and must follow this format:
165165
**Valid types:** `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert`
166166

167167
**Examples:**
168+
168169
- `feat(auth): add login button to navigation`
169170
- `fix: resolve race condition in async handler`
170171
- `docs: update installation instructions`
171172
- `chore: bump dependencies and run pre-commit`
172173

173174
The description should:
175+
174176
- Start with a lowercase letter
175177
- Be concise and descriptive
176178
- Use imperative mood (e.g., "add" not "added" or "adds")

0 commit comments

Comments
 (0)