Skip to content

Commit e5af227

Browse files
committed
docs(contributing): revert scope fallback to singular form
1 parent 248ef19 commit e5af227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type(scope): lowercase description
1313
### Rules
1414

1515
- **Types:** `feat`, `fix`, `refactor`, `perf`, `docs`, `style`, `chore`, `ci`, `test`, `lint`.
16-
- **Scopes** (optional): `cli`, `api`, `deps`, `readme`, `benchmark`, `toolchain`, `test`, or other relevant areas.
16+
- **Scopes** (optional): `cli`, `api`, `deps`, `readme`, `benchmark`, `toolchain`, `test`, or another relevant area.
1717
- **Description:** always lowercase after the colon, no trailing period, brief (3-7 words preferred).
1818
- **Breaking changes:** append `!` before the colon. For example: `feat(cli)!: remove deprecated flag`.
1919
- **Code identifiers** in descriptions should be wrapped in backticks. For example: `` chore(deps): update `rand` ``.

0 commit comments

Comments
 (0)