Skip to content
Snippets Groups Projects
Commit 27e6682d authored by Philipp Hörist's avatar Philipp Hörist
Browse files

chore: Update CONTRIBUTING.md

parent c9dc7133
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,12 @@ # Commit Messages
Every commit message must be prefixed with one of the following tags:
- ci
- feat
- fix
- perf
- refactor
- chore
- ci (ci related changes)
- feat (functionality of the application was changed)
- fix (something was fixed)
- perf (performance related changes)
- refactor (code was changed, but the end user will not notice)
- chore (reoccuring tasks which need to be done)
- other
Further the first letter after the tag must be upper case
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment