Skip to content

Commit 3cbe79b

Browse files
committed
chore: more linter fixes
1 parent 35a3f4a commit 3cbe79b

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

123123
**Examples:**
124+
124125
- `feat(auth): add login button to navigation`
125126
- `fix: resolve race condition in async handler`
126127
- `docs: update installation instructions`
127128
- `chore: bump dependencies and run pre-commit`
128129

129130
The description should:
131+
130132
- Start with a lowercase letter
131133
- Be concise and descriptive
132134
- Use imperative mood (e.g., "add" not "added" or "adds")

0 commit comments

Comments
 (0)