From 3280f217cfad38ba39424f33049c924403a3e6bf Mon Sep 17 00:00:00 2001 From: Michael Aufreiter Date: Tue, 6 Feb 2018 12:42:17 +0100 Subject: [PATCH] Add PullRequest template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..c9773117c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,2 @@ +Why: Please describe why you are suggesting the PR. +What: Elaborate what your changes do, and how they address the problem described.