mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-04 17:38:40 +03:00
feat: add a commit message template
Change-Id: Iea66080cc9f7f49bbaac42ca0eb51de5dfc4bcdc
This commit is contained in:
parent
bf753031d0
commit
825eecefa1
33
.gitmessage
Normal file
33
.gitmessage
Normal file
@ -0,0 +1,33 @@
|
||||
|
||||
################################################################################
|
||||
# COMMIT MESSAGE FORMAT
|
||||
#
|
||||
# ```
|
||||
# <type>: <subject>
|
||||
# <BLANK LINE>
|
||||
# [body]
|
||||
# <BLANK LINE>
|
||||
# [footer]
|
||||
# ```
|
||||
#
|
||||
# General notes:
|
||||
# - The `type` MUST be present.
|
||||
#
|
||||
# - The `body` MAY be present, and should include verbose, detailed information
|
||||
# about what the old behavior was, why the change was necessary, and what the
|
||||
# new behavior is
|
||||
#
|
||||
# - The `footer` MAY be prsent, and should include any relevant trailers and
|
||||
# other metadata
|
||||
#
|
||||
# Valid values for <type>:
|
||||
# - deprecation: a change related to deprecation of a reosurce or interface
|
||||
# - design: a change related to design that does not change an interface or
|
||||
# any application/business logic
|
||||
# - doc: a change related to documentation
|
||||
# - feat: changes that introduce new behavior or a new feature
|
||||
# - fix: Changes that fix an issue
|
||||
# - refactor: Changes which neither fix an issue or add a feature
|
||||
# - style: Changes to formatting, blank space, alignment, etc.
|
||||
# - test: Changes which add missing tests or correct existing tests
|
||||
################################################################################
|
Loading…
Reference in New Issue
Block a user