Skip to content

Commit 1b391cb

Browse files
committed
maint(Docs): Update developer styleguide with simpler commit message scope naming guidelines.
1 parent c489a8c commit 1b391cb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/developer/styleguide.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ The scope must be in parentheses.
2929

3030
We are using these types:
3131

32-
- feat (Feature)
33-
- fix (Bugfix)
34-
- maint (Maintainance)
35-
- breaking (Breaking changes)
32+
- feat (Feature),
33+
- fix (Bugfix),
34+
- maint (Maintainance),
35+
- breaking (Breaking changes).
3636

3737
For the optional scope, we roughly use these categories:
3838

39-
- "Docs" for documentation
40-
- "Release workflow"
41-
- "Webpack"
42-
- "Cleanup"
43-
- "pat PATTERNNAME" for the pattern which is changed
44-
- "core MODULENAME" for the core module which is changed
45-
- "lib MODULENAME" for the library module wich is changed
39+
- "Dependencies" for upgrading package.json dependencies.
40+
- "Docs" for documentation.
41+
- "Build" for everything related to the release workflow, Webpack and building bundles.
42+
- "Cleanup" for cleaning up or reformatting code.
43+
- "pat PATTERNNAME" for changes to individual patterns in src/pat.
44+
- "core MODULENAME" for changes to core modules in src/core.
45+
- "lib MODULENAME" for changes in src/lib.
4646

4747

4848
An example for a valid commit message:

0 commit comments

Comments
 (0)