From 842a6a1bdd706173c24f4bfbd36b58dd530b3624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Tue, 30 Apr 2024 18:53:23 +0000 Subject: [PATCH] chore: update gitmessage template --- .gitmessage | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) 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