1 parent 1115b43 commit e221eadCopy full SHA for e221ead
1 file changed
README.md
@@ -51,6 +51,7 @@ I use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) wit
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
+- **deprecate**: Deprecates existing functionality, but does not remove it.
55
56
# OOP Principles
57
0 commit comments