Skip to content

Commit

Permalink
Merge pull request #55 from arcticicestudio/task/gh-51-adapt-git-comm…
Browse files Browse the repository at this point in the history
…it-message-template-to-style-guide

Adapt Git commit message template to style guide
  • Loading branch information
arcticicestudio authored Oct 31, 2017
2 parents a4065f5 + 734c2af commit 272d1bf
Showing 1 changed file with 5 additions and 37 deletions.
42 changes: 5 additions & 37 deletions snowblocks/git/git-commit-msg
Original file line number Diff line number Diff line change
@@ -1,39 +1,7 @@
# [!][~]<ISSUE_ID>[<TYPE>](<SCOPE>): <HEADLINE>
# BLANK_LINE
# <SUMMARY>
# BLANK_LINE
# <SEPARATOR_LINE>
# <FOOTER_CONTENT>

# Subject line <= 50 characters
# Summary & Footer block <= 72-character wordwrap
# Separator Line <= 72-character wrapped
#
# !
# Breaking change marker
# ~
# Deprecation marker
# <TYPE>
# * bugfix
# * improvement
# * maintain
# * refactor
# * test
# <SCOPE>
# * assets
# * cleanup
# * dependencies
# * documentation
# * performance
# * resources
# * security
# * style
# * toolset
#
# Example
# [JIRA-578][bugfix](security): Fix memory leak in "load()" method

GH-

# ----------------------------------------------------------------------
# Arctic Ice Studio "Glacier Git 0.24.0" Git Commit Message Template
# https://github.com/arcticicestudio/glacier-git
# This template is designed for the "gitflow" branching model.
# http://nvie.com/posts/a-successful-git-branching-model
# Ensure to adhere to the Arctic Ice Studio Git Style Guide:
# https://github.com/arcticicestudio/styleguide-git

0 comments on commit 272d1bf

Please sign in to comment.