style(git): Add list of available types in git commit message

Description

Abstract

Add a line in .gitmessage with the list of available types.

Motivation

Having to remember the exact types is cumbersome, having it right at disposal without having to look at documentation is better.

Rationale

The line must be removed for the commit to be valid, so a note at the end tells it to the user.

Info

Hash

35eb5e2f9117a9a328acf31a1b456618876f8cde

Date

2019-06-05 17:27:32 +0200

Parents
  • Merge branch ‘feature/twidi/ci’ into develop [78fe33f3]2019-06-03 17:33:27 +0200

Children
  • style(github): Use git commit template as github pull request template [4d56c3e7]2019-06-05 17:51:46 +0200

Branches
Tags

(No tags)

Changes

.gitmessage

Type

Modified

Stats

+1 -0

@@ -1,4 +1,5 @@
 type(scope): Short description (72 chars max for line)
+# `(scope)` is optional and `type` is one of: build, ci, chore, docs, feat, fix, merge, perf, refactor, revert, style, tests [remove this line when done]

 Abstract
 ========