Skip to content

Commit 1e81b88

Browse files
committed
docs(project): ci scope in pre-commit and contributing.md
1 parent 8bd6da0 commit 1e81b88

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- --strict
1010
- --verbose
1111
- --scopes
12-
- codex,config,context,core,nvim,project,providers,state,ci
12+
- ci,codex,config,context,core,nvim,project,providers,state
1313
- chore
1414
- docs
1515
- enhance

docs/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,11 @@ Use [conventional commits](https://www.conventionalcommits.org/):
305305
<type>(<scope>): <subject>
306306
```
307307

308-
**Types:** `feat`, `fix`, `docs`, `enhance`, `chore`, `ci`, `test`, `refactor`,
309-
`release`
308+
**Types:** `chore`, `docs`, `enhance`, `feat`, `fix`, `refactor`, `release`,
309+
`test`
310310

311-
**Scopes:** `core`, `config`, `context`, `providers`, `state`, `project`,
312-
`nvim`, `codex`
311+
**Scopes:** `ci`, `codex`, `config`, `context`, `core`, `nvim`, `project`,
312+
`providers`, `state`
313313

314314
These conventions are enforced by a `commit-msg` hook via
315315
[conventional-pre-commit](https://github.com/compilerla/conventional-pre-commit).

0 commit comments

Comments
 (0)