mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
docs: add more scopes into CONTRIBUTING
This commit is contained in:
parent
77abbeef50
commit
54c28c6bf4
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,7 @@ The `footer` is optional. The [Commit Message Footer](#commit-footer) format des
|
|||
│ │ │
|
||||
│ │ └─⫸ Exclamation mark: breaking change
|
||||
│ │
|
||||
│ └─⫸ Commit Scope: bot|website
|
||||
│ └─⫸ Commit Scope: bot|website|serialize|redis-api|redis-api-client|builders
|
||||
│
|
||||
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test
|
||||
```
|
||||
|
@ -60,6 +60,10 @@ The following is the list of supported scopes:
|
|||
|
||||
- `bot`
|
||||
- `website`
|
||||
- `serialize`
|
||||
- `redis-api`
|
||||
- `redis-api-client`
|
||||
- `builders`
|
||||
|
||||
There are currently a few exceptions to the "use package name" rule:
|
||||
|
||||
|
|
Loading…
Reference in a new issue