diff options
author | Ryan Petrello <lists@ryanpetrello.com> | 2018-08-10 05:02:50 +0200 |
---|---|---|
committer | Ryan Petrello <lists@ryanpetrello.com> | 2018-08-10 05:02:50 +0200 |
commit | 593c436a09e193dae04b2449ca1ffea4739c0a5f (patch) | |
tree | 0c731ee88ad1e08d293f5a62a2f573963605175a /.github | |
parent | Add more detailed issue templates. (diff) | |
download | awx-593c436a09e193dae04b2449ca1ffea4739c0a5f.tar.xz awx-593c436a09e193dae04b2449ca1ffea4739c0a5f.zip |
Update issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 | ||||
-rw-r--r-- | .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. |