We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a162e commit c0bde2aCopy full SHA for c0bde2a
1 file changed
README.md
@@ -149,7 +149,8 @@ The following are lists of conventions that either *should* be followed or *must
149
- Branch names are as follows:
150
- features: `feature/<ticket-number>_<short-description>`
151
- bugs: `bugfix/<ticket-number>_<short-description>`
152
-- Commit messages are written according to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
+- Commit messages are written according to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/):
153
+ - [List of Commit Types](https://github.com/pvdlg/conventional-commit-types?tab=readme-ov-file#commit-types)
154
155
### Logging
156
with [Log4j 2](https://logging.apache.org/log4j/2.x/)
0 commit comments