diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2020-07-30 19:24:12 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2020-07-30 19:24:54 +0200 |
commit | 173628c70989e61d3391fb03707cbff1824fd1b5 (patch) | |
tree | 794326cb5745096c74b3021052edea139d3407de /.github | |
parent | Merge pull request #7745 from mabashian/convert-WFJTList-useRequest (diff) | |
download | awx-173628c70989e61d3391fb03707cbff1824fd1b5.tar.xz awx-173628c70989e61d3391fb03707cbff1824fd1b5.zip |
update the bug report and feature templates w/ additional instructions
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7a7c6954c8..32b7646db0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,6 +3,12 @@ name: "\U0001F41B Bug report" about: Create a report to help us improve --- +Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use: + +- http://webchat.freenode.net/?channels=ansible-awx +- https://groups.google.com/forum/#!forum/awx-project + +We have to limit this because of limited volunteer time to respond to issues! ##### ISSUE TYPE - Bug Report diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 097706e6d8..c6bcba9351 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,6 +3,12 @@ name: "✨ Feature request" about: Suggest an idea for this project --- +Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use: + +- http://webchat.freenode.net/?channels=ansible-awx +- https://groups.google.com/forum/#!forum/awx-project + +We have to limit this because of limited volunteer time to respond to issues! ##### ISSUE TYPE - Feature Idea |