summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/Bug fix.md13
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/Documentation change.md12
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/New feature.md12
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/Tests.md13
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md13
5 files changed, 5 insertions, 58 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/Bug fix.md b/.github/PULL_REQUEST_TEMPLATE/Bug fix.md
index b400b336df..3ad5e0cff2 100644
--- a/.github/PULL_REQUEST_TEMPLATE/Bug fix.md
+++ b/.github/PULL_REQUEST_TEMPLATE/Bug fix.md
@@ -2,19 +2,8 @@
<!--- Describe the change below, including rationale and design decisions -->
-<!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
+<!--- Add "Fixes #1234" or steps to reproduce the problem if there is no corresponding issue -->
##### ISSUE TYPE
- Bugfix Pull Request
-
-##### ADDITIONAL INFORMATION
-
-<!--- Include additional information to help people understand the change here -->
-<!--- A step-by-step reproduction of the problem is helpful if there is no related issue -->
-
-<!--- Paste verbatim command output below, e.g. before and after your change -->
-
-```paste below
-
-```
diff --git a/.github/PULL_REQUEST_TEMPLATE/Documentation change.md b/.github/PULL_REQUEST_TEMPLATE/Documentation change.md
index c62ff7bfc5..e0280ea016 100644
--- a/.github/PULL_REQUEST_TEMPLATE/Documentation change.md
+++ b/.github/PULL_REQUEST_TEMPLATE/Documentation change.md
@@ -2,18 +2,8 @@
<!--- Describe the change below, including rationale -->
-<!--- HINT: Include "Closes #nnn" if you are fixing an existing issue -->
+<!--- Add "Fixes #1234" if there is a corresponding issue -->
##### ISSUE TYPE
- Docs Pull Request
-
-##### ADDITIONAL INFORMATION
-
-<!--- Include additional information to help people understand the change here -->
-
-<!--- Paste verbatim command output below, e.g. before and after your change -->
-
-```paste below
-
-```
diff --git a/.github/PULL_REQUEST_TEMPLATE/New feature.md b/.github/PULL_REQUEST_TEMPLATE/New feature.md
index 9e10c45d5d..bd56e02116 100644
--- a/.github/PULL_REQUEST_TEMPLATE/New feature.md
+++ b/.github/PULL_REQUEST_TEMPLATE/New feature.md
@@ -2,18 +2,8 @@
<!--- Describe the change below, including rationale and design decisions -->
-<!--- HINT: Include "Resolves #nnn" if you are fixing an existing issue -->
+<!--- Add "Fixes #1234" if there is a corresponding issue -->
##### ISSUE TYPE
- Feature Pull Request
-
-##### ADDITIONAL INFORMATION
-
-<!--- Include additional information to help people understand the change here -->
-
-<!--- Paste verbatim command output below, e.g. before and after your change -->
-
-```paste below
-
-```
diff --git a/.github/PULL_REQUEST_TEMPLATE/Tests.md b/.github/PULL_REQUEST_TEMPLATE/Tests.md
index b059793b49..80eb3c6ab0 100644
--- a/.github/PULL_REQUEST_TEMPLATE/Tests.md
+++ b/.github/PULL_REQUEST_TEMPLATE/Tests.md
@@ -2,19 +2,8 @@
<!--- Describe the change below, including rationale and design decisions -->
-<!--- HINT: Include "Closes #nnn" if you are fixing an existing issue -->
+<!--- Add "Fixes #1234" if there is a corresponding issue -->
##### ISSUE TYPE
- Test Pull Request
-
-##### ADDITIONAL INFORMATION
-
-<!--- Include additional information to help people understand the change here -->
-<!--- A step-by-step reproduction of the problem is helpful if there is no related issue -->
-
-<!--- Paste verbatim command output below, e.g. before and after your change -->
-
-```paste below
-
-```
diff --git a/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md b/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md
index 33504c1d70..baed1c6c83 100644
--- a/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md
+++ b/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md
@@ -2,7 +2,7 @@
<!--- Describe the change below, including rationale and design decisions -->
-<!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
+<!--- Add "Fixes #1234" or steps to reproduce the problem if there is no corresponding issue -->
##### ISSUE TYPE
@@ -12,14 +12,3 @@
- Docs Pull Request
- Feature Pull Request
- Test Pull Request
-
-##### ADDITIONAL INFORMATION
-
-<!--- Include additional information to help people understand the change here -->
-<!--- A step-by-step reproduction of the problem is helpful if there is no related issue -->
-
-<!--- Paste verbatim command output below, e.g. before and after your change -->
-
-```paste below
-
-```