ublue-forge/.gitmessage
Stephan Lüscher b7d9417abd
chore(devcontainer): init
for everyone who wants to use it ;)
2023-04-27 06:10:08 +00:00

20 lines
584 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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
####