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

chore: Add new commit prefix

parent 6b5db823
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ import subprocess
ALLOWED_TAGS = [
'ci',
'cs',
'feat',
'fix',
'perf',
......
......@@ -35,6 +35,7 @@ # Commit Messages
Every commit message must be prefixed with one of the following tags:
- ci (ci related changes)
- cs (code style changes)
- feat (a new feature was added)
- fix (something was fixed)
- perf (performance related changes)
......
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