[misc] Make contribution guidelines more explicit
This commit is contained in:
parent
b7c32a15e7
commit
b79e3b8cf6
|
@ -48,19 +48,23 @@ following pattern:
|
||||||
|
|
||||||
`[core] Add censor for filtering messages #1312`
|
`[core] Add censor for filtering messages #1312`
|
||||||
|
|
||||||
Use these:
|
You can use these tags:
|
||||||
|
|
||||||
- [core] Feature for Kibicara core
|
- [core] Feature for Kibicara core
|
||||||
- [frontend] Feature for Kibicara frontend
|
- [frontend] Feature for Kibicara frontend
|
||||||
- [<platform>] Feature for platforms, e.g.
|
- [$platform] Feature for platforms, e.g.
|
||||||
- [twitter]
|
- [twitter]
|
||||||
- [telegram]
|
- [telegram]
|
||||||
- [email]
|
- [email]
|
||||||
- ...
|
- ...
|
||||||
- [tests] Tests
|
- [tests] Tests
|
||||||
- [doc] Documentation
|
|
||||||
- [misc] e.g. github action files
|
- [misc] e.g. github action files
|
||||||
- #\d+ if commit is related to specific issues or merge requests
|
- #\d+ if commit is related to specific issues or merge requests
|
||||||
|
|
||||||
|
Don't use tags which are not listed here. Don't start your commit message with
|
||||||
|
lower case. Commit messages which do not fulfill these guidelines will not be
|
||||||
|
merged into the `development` branch.
|
||||||
|
|
||||||
## Comments
|
## Comments
|
||||||
|
|
||||||
### Python
|
### Python
|
||||||
|
|
Loading…
Reference in a new issue