summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2018-12-06 10:57:41 +0000
committerJohn R Barker <john@johnrbarker.com>2018-12-06 10:57:41 +0000
commite923ca8651a972d7fb86b8dbe1f9af05a38312cd (patch)
tree06be99cf1e288d59fdc0e82cd9e3a90d9fa4e7ce
parent5392caee1445d9663c3f3416aa57b6bcb9fdc630 (diff)
downloadansible-gundalow-patch-1.tar.gz
Update issue templatesgundalow-patch-1
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md7
-rw-r--r--.github/ISSUE_TEMPLATE/documentation_report.md7
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md7
-rw-r--r--.github/ISSUE_TEMPLATE/security_bug_report.md6
4 files changed, 23 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index b5d7009d8a..ad1559b992 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,12 @@
---
-name: 🐛 Bug report
+name: "\U0001F41B Bug report"
about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
---
+
<!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->
<!--- Complete *all* sections as described, this form is processed automatically -->
diff --git a/.github/ISSUE_TEMPLATE/documentation_report.md b/.github/ISSUE_TEMPLATE/documentation_report.md
index 951bd8a15d..5ea7ef77ba 100644
--- a/.github/ISSUE_TEMPLATE/documentation_report.md
+++ b/.github/ISSUE_TEMPLATE/documentation_report.md
@@ -1,7 +1,12 @@
---
-name: 📝 Documentation Report
+name: "\U0001F4DD Documentation Report"
about: Ask us about docs
+title: ''
+labels: docs
+assignees: ''
+
---
+
<!--- Verify first that your improvement is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->
<!--- Complete *all* sections as described, this form is processed automatically -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 55c861b952..672bdbc806 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,7 +1,12 @@
---
-name: ✨ Feature request
+name: "✨ Feature request"
about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
---
+
<!--- Verify first that your feature was not already discussed on GitHub -->
<!--- Complete *all* sections as described, this form is processed automatically -->
diff --git a/.github/ISSUE_TEMPLATE/security_bug_report.md b/.github/ISSUE_TEMPLATE/security_bug_report.md
index 555fd54a50..b3a5e7a92c 100644
--- a/.github/ISSUE_TEMPLATE/security_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/security_bug_report.md
@@ -1,6 +1,10 @@
---
-name: 🔥 Security bug report
+name: "\U0001F525 Security bug report"
about: How to report security vulnerabilities
+title: ''
+labels: ''
+assignees: ''
+
---
For all security related bugs, email security@ansible.com instead of using this issue tracker and you will receive a prompt response.