From b836d1e76af97e146b2d6745445ec56e6b1b216e Mon Sep 17 00:00:00 2001 From: karlsb <36365664+karlsb@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:52:39 +0100 Subject: [PATCH] Revert "docs: Added md file that describes the tags for our commits" --- COMMIT.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 COMMIT.md diff --git a/COMMIT.md b/COMMIT.md deleted file mode 100644 index af6db84f..00000000 --- a/COMMIT.md +++ /dev/null @@ -1,14 +0,0 @@ -Document for Commit Structure -=========================================================== - -* `feat` - a new feature is introduced with the changes -* `fix`- a bug fix has occurred -* `chore` - changes that do not relate to a fix or feature and don't modify src or test files (for example updating dependencies) -* `refactor` - refactored code that neither fixes a bug nor adds a feature -* `docs` - updates to documentation such as a the README or other markdown files -* `style` - changes that do not affect the meaning of the code, likely related to code formatting such as white-space, missing semi-colons, and so on. -* `test` - including new or correcting previous tests -* `perf` - performance improvements -* `ci` - continuous integration related -* `build` - changes that affect the build system or external dependencies -* `revert` - reverts a previous commit \ No newline at end of file