diff --git a/.gitmessage b/.gitmessage index 40670c3..88fbe0b 100644 --- a/.gitmessage +++ b/.gitmessage @@ -1,19 +1,24 @@ -(optional scope): +(optional scope): (optional #) [optional body] [optional footer(s)] - -#### -# Allowed values -# --------------------- -# feat: –> A new feature -# fix: –> Fixed a bug -# refactor: –> A code change that's not mainly a bug or new feature -# docs: –> Documentation only changes -# style: –> Changes to styling like white space, formatting, semi-colons) -# chore: –> Other changes that don't modify src or test files -# ci: –> Changes made to the CI configuration like Travis, Circle, Actions -# revert: –> Revert a previous commit -# test: –> Add or fix tests #### +# The CHANGELOG.md is built automatically according to the commit +# messages. Commit messages that are not matched will be ignored! +# +# Supported values +# ----------------------- +# feat: --> Features +# fix: --> Bug Fixes +# doc: --> Documentation +# refactor: --> Refactor +# style: --> Styling +# test: --> Testing +# chore: --> Miscellaneous Tasks +# ci --> CI/CD configuration +# revert: --> Revert +# +## Example: feat(parser): add ability to parse arrays +# +#### \ No newline at end of file