summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Langley <mightyjo@gmail.com>2023-03-03 09:58:57 -0500
committerWill Estes <westes575@gmail.com>2023-03-30 15:40:11 -0400
commit4a4bac0b29c39d996adbd927d7164d2fb4b616d6 (patch)
tree5186649ae359824153d81d75bb2558827a2a172e
parent2bb3bfd64f500a11baa2ad08396e4f71c7005923 (diff)
downloadflex-git-4a4bac0b29c39d996adbd927d7164d2fb4b616d6.tar.gz
doc(contrib): Alphabetize commit types
Thanks to @Explorer09 for the suggestion!
-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.