mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
docs: update scopes in contributing.md
This commit is contained in:
parent
621665f8d1
commit
9f72e2e1ec
1 changed files with 2 additions and 6 deletions
|
@ -31,8 +31,7 @@ The `footer` is optional. The [Commit Message Footer](#commit-footer) format des
|
||||||
│ │ │
|
│ │ │
|
||||||
│ │ └─⫸ Exclamation mark: breaking change
|
│ │ └─⫸ Exclamation mark: breaking change
|
||||||
│ │
|
│ │
|
||||||
│ └─⫸ Commit Scope: layouts|components|components-widgets|components-atoms|pages
|
│ └─⫸ Commit Scope: layouts|components|pages|scripts|assets|docs
|
||||||
│ pages-blog|pages-docs|scripts|assets
|
|
||||||
│
|
│
|
||||||
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test
|
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test
|
||||||
```
|
```
|
||||||
|
@ -61,13 +60,10 @@ The following is the list of supported scopes:
|
||||||
|
|
||||||
- `layouts`
|
- `layouts`
|
||||||
- `components`
|
- `components`
|
||||||
- `components-widgets`
|
|
||||||
- `components-atoms`
|
|
||||||
- `pages`
|
- `pages`
|
||||||
- `pages-blog`
|
|
||||||
- `pages-docs`
|
|
||||||
- `scripts`
|
- `scripts`
|
||||||
- `assets`
|
- `assets`
|
||||||
|
- `docs`
|
||||||
|
|
||||||
There are currently a few exceptions to the "use package name" rule:
|
There are currently a few exceptions to the "use package name" rule:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue