style(github): Use git commit template as github pull request template

Description

Abstract

Adds a .github/PULL_REQUEST_TEMPLATE.md file.

Motivation

Having pull requests written in a clear way is better for everyone.

Rationale

We cannot set the subject in the template so it is set as the first line, in an html commit (that is not rendered by github)

Info

Hash

4d56c3e77dfba78bd1c63d5f35f2dac02bf259d8

Date

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

Parents
  • style(git): Add list of available types in git commit message [35eb5e2f]2019-06-05 17:27:32 +0200

Children
  • style(github): Add github issue templates [5fd48dc1]2019-06-05 18:13:47 +0200

Branches
Tags

(No tags)

Changes

.github/PULL_REQUEST_TEMPLATE.md

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.