Skip to content

Commit

Permalink
docs: update commit type descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 25, 2022
1 parent 479cc60 commit 67d2e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,15 @@ This means every commit must conform to the following format:
- `build`: Changes that affect the build system or external dependencies
- `ci`: Changes to our CI/CD configuration files and scripts
- `chore`: Changes that don't impact external users
- `docs`: Documentation only changes
- `chore`: Housekeeping tasks / changes that don't impact external users
- `docs`: Documentation improvements
- `feat`: New features
- `fix`: Bug fixes
- `perf`: Performance improvements
- `refactor`: Code improvements
- `revert`: Revert past changes
- `style`: Changes that do not affect the meaning of the code
- `test`: Adding missing tests or correcting existing tests
- `test`: Change that impact the test suite
- `wip`: Working on changes, but you need to go to bed :wink:

e.g:
Expand Down

0 comments on commit 67d2e22

Please sign in to comment.