Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#1-snowblock-git' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 8, 2017
2 parents b516e30 + e9c873e commit fd43bda
Show file tree
Hide file tree
Showing 5 changed files with 571 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# +------------+
# + Snowblocks +
# +------------+
# +--- git ---+
gitconfig_auth
39 changes: 39 additions & 0 deletions snowblocks/git/git-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# [!][~]<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
# ----------------------------------------------------------------------
# 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
Loading

0 comments on commit fd43bda

Please sign in to comment.