summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9ae6284..568f3ea 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -73,16 +73,16 @@ sentence. The description should be written in the imperative mood,
like the descriptions of the types below.
The primary types are:
-- fix: Fix a bug or incorrect behavior
-- feat: Add a new feature
-- docs: Update the package documentation
-- test: Change or add to the test suite
-- refactor: Simplify maintainability without affecting performance or behavior
-- perf: Improve performance of a feature
-- style: Correct a style mismatch (indentation, etc.)
- build: Change the build system, including tracking external dependencies
- ci: Change the CI/CD system
+- docs: Update the package documentation
+- feat: Add a new feature
+- fix: Fix a bug or incorrect behavior
+- perf: Improve performance of a feature
+- refactor: Simplify maintainability without affecting performance or behavior
- revert: Revert a previous commit
+- style: Correct a style mismatch (indentation, etc.)
+- test: Change or add to the test suite
The optional scope must appear in parentheses and must consist of a
noun describing the section of the code base that was changed.