From 1115b43e11f7fd4c226ee0dfb4e7dee858fd3c3a Mon Sep 17 00:00:00 2001 From: Stu <31927084+yCodeTech@users.noreply.github.com> Date: Fri, 11 Jul 2025 03:00:42 +0100 Subject: [PATCH] docs: added `change` commit type for a change that doesn't fit other types. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa4195b..460bc19 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ I use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) wit - **security**: Improves security or resolves a security issue. - **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc); or changes to CSS rules. - **test**: Adding missing tests or correcting existing tests. +- **change**: Describes any kind of change. -- If none of the above types fit the bill, then this type can be used. **Use sparingly**. # OOP Principles