From 4a4bac0b29c39d996adbd927d7164d2fb4b616d6 Mon Sep 17 00:00:00 2001 From: Joseph Langley Date: Fri, 3 Mar 2023 09:58:57 -0500 Subject: doc(contrib): Alphabetize commit types Thanks to @Explorer09 for the suggestion! --- CONTRIBUTING.md | 14 +++++++------- 1 file 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. -- cgit v1.2.1