.gitmessage

Info

Parent directory

/

Last update

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

Last source

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
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
========

A short description of the issue being addressed.

Motivation
==========

Clearly explain why this is needed.

Rationale
=========

Describe why particular design decisions were made.

Changes

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

Commit
Hash

35eb5e2f9117a9a328acf31a1b456618876f8cde

Date

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

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

style(git): Force format of git commit messages

Commit
Hash

4467a1f65e3ad02747eb4f433e3d7b197e598aec

Date

2019-06-03 13:54:59 +0200

Type

Added

Stats

+16 -0

@@ -0,0 +1,16 @@
+type(scope): Short description (72 chars max for line)
+
+Abstract
+========
+
+A short description of the issue being addressed.
+
+Motivation
+==========
+
+Clearly explain why this is needed.
+
+Rationale
+=========
+
+Describe why particular design decisions were made.