Skip to content

Commit 1115b43

Browse files
authored
docs: added change commit type for a change that doesn't fit other types.
1 parent cd7e3f6 commit 1115b43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ I use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) wit
5050
- **security**: Improves security or resolves a security issue.
5151
- **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc); or changes to CSS rules.
5252
- **test**: Adding missing tests or correcting existing tests.
53+
- **change**: Describes any kind of change. -- If none of the above types fit the bill, then this type can be used. **Use sparingly**.
5354
5455
# OOP Principles
5556

0 commit comments

Comments
 (0)