From 31ba233b3475638362d417b6c8a1c6ec707a053e Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 8 Jan 2018 09:41:10 +0100 Subject: [PATCH 1/2] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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 0000000..a1dda50 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ + + +**What this PR does / why we need it**: + +**Which issue this PR fixes**: fixes #xxx, fixes #xxx... + +**Special notes for your reviewer**: From a5dacca9a1aebea899944383fa66ce76d9b89bc0 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 8 Jan 2018 10:04:09 +0100 Subject: [PATCH 2/2] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..be1c2cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible): + +**Anything else we need to know?**: + +