change
1 parent cd7e3f6 commit 1115b43Copy full SHA for 1115b43
1 file changed
README.md
@@ -50,6 +50,7 @@ I use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) wit
50
- **security**: Improves security or resolves a security issue.
51
- **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc); or changes to CSS rules.
52
- **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**.
54
55
# OOP Principles
56
0 commit comments