PULL_REQUEST_TEMPLATE.md

Last source

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

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(github): Use git commit template as github pull request template

Commit
Hash

4d56c3e77dfba78bd1c63d5f35f2dac02bf259d8

Date

2019-06-05 17:51:46 +0200

Type

Added

Stats

+17 -0

@@ -0,0 +1,17 @@
+<!-- Description format: 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 -->
+
+Abstract
+========
+
+A short description of the issue being addressed.
+
+Motivation
+==========
+
+Clearly explain why this is needed.
+
+Rationale
+=========
+
+Describe why particular design decisions were made.