Skip to content

Commit c0bde2a

Browse files
committed
docs: add conventional commit explanation to README.md
1 parent 54a162e commit c0bde2a

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
@@ -149,7 +149,8 @@ The following are lists of conventions that either *should* be followed or *must
149149
- Branch names are as follows:
150150
- features: `feature/<ticket-number>_<short-description>`
151151
- bugs: `bugfix/<ticket-number>_<short-description>`
152-
- Commit messages are written according to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
152+
- 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)
153154
154155
### Logging
155156
with [Log4j 2](https://logging.apache.org/log4j/2.x/)

0 commit comments

Comments
 (0)