Skip to content

Commit a35a746

Browse files
docs: Add commit standards
1 parent 2062f6a commit a35a746

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

packages/documentation/docs/development.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,32 @@ To develop without containers, you can build a development version of the usersc
7676

7777
To fill the **Problems** panel in VS Code with all current, type-related errors, run the [`typecheck:all`](/reference/Repository Scripts/#typecheckall) npm task in VS Code.
7878

79+
## Commit Standards
80+
81+
KS development follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for commit messages.
82+
83+
Whenever possible, use one of the established scopes:
84+
85+
Tab related:
86+
87+
- `bonfire`
88+
- `religion`
89+
- `science`
90+
- `space`
91+
- `time`
92+
- `trade`
93+
- `village`
94+
- `workshop`
95+
96+
Internals related:
97+
98+
- `api`
99+
- `container`
100+
- `core`
101+
- `filters`
102+
- `settings`
103+
- `ui`
104+
79105
## Releases
80106

81107
### Building a Release Version of the Userscript

0 commit comments

Comments
 (0)