From 999ddf458a1d2d998ed6d4bc4d877e256fdede20 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 9 Aug 2018 22:57:41 -0400 Subject: [PATCH 1/2] Add more detailed issue templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 43 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++ .github/ISSUE_TEMPLATE/security_bug_report.md | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/security_bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..83f9965528 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve + +--- + +##### ISSUE TYPE + - Bug Report + +##### COMPONENT NAME + + - API + - UI + - Installer + +##### SUMMARY + + +##### ENVIRONMENT +* AWX version: X.Y.Z +* AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker +* Ansible version: X.Y.Z +* Operating System: +* Web Browser: + +##### STEPS TO REPRODUCE + + + +##### EXPECTED RESULTS + + + +##### ACTUAL RESULTS + + + +##### ADDITIONAL INFORMATION + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..53559ffe63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: ✨ Feature request +about: Suggest an idea for this project + +--- + +##### ISSUE TYPE + - Feature Idea + +##### COMPONENT NAME + + - API + - UI + - Installer + +##### SUMMARY + + +##### ADDITIONAL INFORMATION + + diff --git a/.github/ISSUE_TEMPLATE/security_bug_report.md b/.github/ISSUE_TEMPLATE/security_bug_report.md new file mode 100644 index 0000000000..ddb96b5436 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security_bug_report.md @@ -0,0 +1,8 @@ +--- +name: 🔥 Security bug report +about: How to report security vulnerabilities +--- + +For all security related bugs, email security@ansible.com instead of using this issue tracker and you will receive a prompt response. + +For more information on the Ansible community's practices regarding responsible disclosure, see https://www.ansible.com/security From 593c436a09e193dae04b2449ca1ffea4739c0a5f Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 9 Aug 2018 23:02:50 -0400 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/security_bug_report.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 83f9965528..34e062fad6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: 🐛 Bug report +name: "\U0001F41B Bug report" about: Create a report to help us improve --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 53559ffe63..6252b7f27b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: ✨ Feature request +name: "✨ Feature request" about: Suggest an idea for this project --- diff --git a/.github/ISSUE_TEMPLATE/security_bug_report.md b/.github/ISSUE_TEMPLATE/security_bug_report.md index ddb96b5436..2763db4e30 100644 --- a/.github/ISSUE_TEMPLATE/security_bug_report.md +++ b/.github/ISSUE_TEMPLATE/security_bug_report.md @@ -1,6 +1,7 @@ --- -name: 🔥 Security bug report +name: "\U0001F525 Security bug report" about: How to report security vulnerabilities + --- For all security related bugs, email security@ansible.com instead of using this issue tracker and you will receive a prompt response.