Philipp Hörist pushed to branch master at gajim / gajim


Commits:
996c4346 by lovetox at 2022-08-14T08:42:17+02:00
chore: Add new commit prefixes

- - - - -


2 changed files:

- .githooks/update
- CONTRIBUTING.md


Changes:

=====================================
.githooks/update
=====================================
@@ -11,6 +11,8 @@ import subprocess
 
 ALLOWED_TAGS = [
     'ci',
+    'cfix',
+    'new',
     'cq',
     'feat',
     'fix',


=====================================
CONTRIBUTING.md
=====================================
@@ -34,15 +34,22 @@ # Commit Messages
 
 Every commit message must be prefixed with one of the following tags:
 
-- ci        (ci related changes)
-- cq        (code quality changes e.g. formatting, typing, codestyle)
+Changelog relevant
+
 - feat      (a new feature was added)
 - fix       (something was fixed)
 - perf      (performance related changes)
 - imprv     (improvements)
+- change    (existing functionality was changed)
+
+Prefixes for development
+
+- new       (new code, but the end user will not notice)
+- ci        (ci related changes)
+- cq        (code quality changes e.g. formatting, typing, codestyle)
+- cfix      (code fixes which should not show up in the changelog)
 - refactor  (code was changed, but the end user will not notice)
 - chore     (reoccuring tasks which need to be done)
-- change    (existing functionality was changed)
 - release   (only used for release commits)
 - other
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/996c43464d7e2cf3f5090f31a97d8aec6c243725

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/996c43464d7e2cf3f5090f31a97d8aec6c243725
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to