diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e2c2c16..6c615542 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,10 +87,8 @@ what commands you need to run manually. ## Conventional Commits -This project uses and enforces a variation of [Conventional Commits][commits]. The below official -commit types are used: - -Official: +This project uses and enforces [Conventional Commits][commits]. The below official commit types are +used: - `build`: Update project files, settings, etc. - `chore`: Anything not code related or that falls into other categories. @@ -104,12 +102,6 @@ Official: - `style`: A whitespace or code cleanup change in code. - `test`: Updates to unit test code only. -Specialized: - -- `change`: Change to existing functionality. -- `deprecate`: Deprecation of existing functionality. -- `remove`: Removal of existing feature. - ## Release Process Release numbering follows [Semantic Versioning][semver]. The [GitVersion] package is used in .NET