mirror of
https://github.com/westes/flex.git
synced 2026-01-26 07:37:52 +00:00
doc(contrib): Alphabetize commit types
Thanks to @Explorer09 for the suggestion!
This commit is contained in:
parent
2bb3bfd64f
commit
4a4bac0b29
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user