mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-12 09:43:44 +03:00
20 lines
584 B
Plaintext
20 lines
584 B
Plaintext
<type>(optional scope): <description>
|
||
|
||
[optional body]
|
||
|
||
[optional footer(s)]
|
||
|
||
####
|
||
# Allowed <type> 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
|
||
####
|