From 4c4ea86718ffd298940ad5a1d5e81193c5c7934c Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Sat, 12 May 2018 07:23:38 +0200
Subject: [PATCH] rebane and update

---
 .github/ISSUE_TEMPLATE/1-Security.md          |  6 +++
 .../{Config_help.md => 2-Config_help.md}      |  0
 .../{Bug_report.md => 3-Bug_report.md}        | 48 +++++++++----------
 ...eature_request.md => 4-Feature_request.md} | 30 ++++++------
 .github/ISSUE_TEMPLATE/Security.md            |  6 ---
 5 files changed, 45 insertions(+), 45 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/1-Security.md
 rename .github/ISSUE_TEMPLATE/{Config_help.md => 2-Config_help.md} (100%)
 rename .github/ISSUE_TEMPLATE/{Bug_report.md => 3-Bug_report.md} (85%)
 rename .github/ISSUE_TEMPLATE/{Feature_request.md => 4-Feature_request.md} (97%)
 delete mode 100644 .github/ISSUE_TEMPLATE/Security.md

diff --git a/.github/ISSUE_TEMPLATE/1-Security.md b/.github/ISSUE_TEMPLATE/1-Security.md
new file mode 100644
index 0000000000..2f5a3170e7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/1-Security.md
@@ -0,0 +1,6 @@
+---
+name: Security problem
+about: Don't raise security issues here. Please email security@renovatebot.com instead.
+---
+
+Stop! Don't raise an issue here! Please email security@renovatebot.com instead
diff --git a/.github/ISSUE_TEMPLATE/Config_help.md b/.github/ISSUE_TEMPLATE/2-Config_help.md
similarity index 100%
rename from .github/ISSUE_TEMPLATE/Config_help.md
rename to .github/ISSUE_TEMPLATE/2-Config_help.md
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/3-Bug_report.md
similarity index 85%
rename from .github/ISSUE_TEMPLATE/Bug_report.md
rename to .github/ISSUE_TEMPLATE/3-Bug_report.md
index 482fe31a6b..24bc6835f5 100644
--- a/.github/ISSUE_TEMPLATE/Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/3-Bug_report.md
@@ -1,25 +1,25 @@
----
+---
 name: Bug report
-about: You've found a bug with renovate
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-
-1.  Create repository with '...'
-2.  Configure '....'
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Renovate version:**
-Renovate CLI, Renovate GitHub App, or Renovate Pro?
-
-**Additional context**
-Add any other context about the problem here.
+about: You've found a bug with Renovate
+---
+
+**What Renovate type are you using?**
+Renovate CLI, Renovate GitHub App, or Renovate Pro?
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+
+1.  Create repository with '...'
+2.  Configure '....'
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/4-Feature_request.md
similarity index 97%
rename from .github/ISSUE_TEMPLATE/Feature_request.md
rename to .github/ISSUE_TEMPLATE/4-Feature_request.md
index a47fb0419f..663cc39ab2 100644
--- a/.github/ISSUE_TEMPLATE/Feature_request.md
+++ b/.github/ISSUE_TEMPLATE/4-Feature_request.md
@@ -1,16 +1,16 @@
----
+---
 name: Feature request
-about: Suggest an idea for this project
----
-
-**What would you like Renovate to be able to do?**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
+about: Suggest an idea for this project
+---
+
+**What would you like Renovate to be able to do?**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/Security.md b/.github/ISSUE_TEMPLATE/Security.md
deleted file mode 100644
index 1224233536..0000000000
--- a/.github/ISSUE_TEMPLATE/Security.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-name: Security problem
-about: Anything related to security
----
-
-Don't raise an issue here! Please email security@renovatebot.com instead
-- 
GitLab