Skip to content

Commit 01d19e8

Browse files
committed
docs: add conventional commit explanation to README.md
1 parent 761f297 commit 01d19e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ The following are lists of conventions that either *should* be followed or *must
147147
- Branch names are as follows:
148148
- features: `feature/<ticket-number>_<short-description>`
149149
- bugs: `bugfix/<ticket-number>_<short-description>`
150-
- Commit messages are written according to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
150+
- Commit messages are written according to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/):
151+
- [List of Commit Types](https://github.com/pvdlg/conventional-commit-types?tab=readme-ov-file#commit-types)
151152
152153
### Logging
153154
with [Log4j 2](https://logging.apache.org/log4j/2.x/)

0 commit comments

Comments
 (0)