We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248ef19 commit e5af227Copy full SHA for e5af227
1 file changed
CONTRIBUTING.md
@@ -13,7 +13,7 @@ type(scope): lowercase description
13
### Rules
14
15
- **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.
+- **Scopes** (optional): `cli`, `api`, `deps`, `readme`, `benchmark`, `toolchain`, `test`, or another relevant area.
17
- **Description:** always lowercase after the colon, no trailing period, brief (3-7 words preferred).
18
- **Breaking changes:** append `!` before the colon. For example: `feat(cli)!: remove deprecated flag`.
19
- **Code identifiers** in descriptions should be wrapped in backticks. For example: `` chore(deps): update `rand` ``.
0 commit comments