Skip to content

Commit

Permalink
doc: document commit message prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Jul 25, 2021
1 parent cac0afe commit 02bf08e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,20 @@ For something that is bigger than a ten line fix:
* Be sure you have followed the code style for the project (.clang-format file is provided)
* Note the [Code of Conduct](CODE_OF_CONDUCT.md).
* Create a pull request

## Commit message format
If possible commit message should be like `prefix: message`, where prefix is one of
```
feat = 'Features',
fix = 'Bug Fixes',
docs = 'Documentation',
style = 'Styles',
refactor = 'Code Refactoring',
perf = 'Performance Improvements',
test = 'Tests',
build = 'Builds',
ci = 'Continuous Integration',
chore = 'Chores',
revert = 'Reverts',
```

0 comments on commit 02bf08e

Please sign in to comment.