[misc] Make contribution guidelines more explicit

fix-devenv
maike 2020-07-06 22:31:32 +02:00 committed by acipm
parent b7c32a15e7
commit b79e3b8cf6
1 changed files with 7 additions and 3 deletions

View File

@ -48,19 +48,23 @@ following pattern:
`[core] Add censor for filtering messages #1312`
Use these:
You can use these tags:
- [core] Feature for Kibicara core
- [frontend] Feature for Kibicara frontend
- [<platform>] Feature for platforms, e.g.
- [$platform] Feature for platforms, e.g.
- [twitter]
- [telegram]
- [email]
- ...
- [tests] Tests
- [doc] Documentation
- [misc] e.g. github action files
- #\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
### Python