summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2018-08-10 04:57:41 +0200
committerRyan Petrello <lists@ryanpetrello.com>2018-08-10 05:00:56 +0200
commit999ddf458a1d2d998ed6d4bc4d877e256fdede20 (patch)
tree0f27691749709b61ac29d67b0968cdabf483c267 /.github
parentMerge pull request #2133 from wenottingham/do-you-like-beans (diff)
downloadawx-999ddf458a1d2d998ed6d4bc4d877e256fdede20.tar.xz
awx-999ddf458a1d2d998ed6d4bc4d877e256fdede20.zip
Add more detailed issue templates.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md43
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md22
-rw-r--r--.github/ISSUE_TEMPLATE/security_bug_report.md8
3 files changed, 73 insertions, 0 deletions
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
+<!-- Pick the area of AWX for this issue, you can have multiple, delete the rest: -->
+ - API
+ - UI
+ - Installer
+
+##### SUMMARY
+<!-- Briefly describe the problem. -->
+
+##### 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
+
+<!-- For bugs, please show exactly how to reproduce the problem. For new
+features, show how the feature would be used. -->
+
+##### EXPECTED RESULTS
+
+<!-- For bug reports, what did you expect to happen when running the steps
+above? -->
+
+##### ACTUAL RESULTS
+
+<!-- For bug reports, what actually happened? -->
+
+##### ADDITIONAL INFORMATION
+
+<!-- Include any links to sosreport, database dumps, screenshots or other
+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
+<!-- Pick the area of AWX for this issue, you can have multiple, delete the rest: -->
+ - API
+ - UI
+ - Installer
+
+##### SUMMARY
+<!-- Briefly describe the problem or desired enhancement. -->
+
+##### ADDITIONAL INFORMATION
+
+<!-- Include any links to sosreport, database dumps, screenshots or other
+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