diff options
author | John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com> | 2022-06-14 23:17:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 23:17:07 +0200 |
commit | b9e67e79726e4052b621a8f1a1aa6eb5e1428a0a (patch) | |
tree | 5d33c60aa7340fd24abdce6758ea0d202d782288 /.github/ISSUE_TEMPLATE.md | |
parent | Merge pull request #12271 from HampusLundqvist/gitlab-webhooks-fixes-#12268 (diff) | |
download | awx-b9e67e79726e4052b621a8f1a1aa6eb5e1428a0a.tar.xz awx-b9e67e79726e4052b621a8f1a1aa6eb5e1428a0a.zip |
Allowing blank issues with a template for testing purposes only (#12377)
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..d3200696d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,69 @@ +<!--- +The Ansible community is highly committed to the security of our open source +projects. Security concerns should be reported directly by email to +security@ansible.com. For more information on the Ansible community's +practices regarding responsible disclosure, see +https://www.ansible.com/security +--> + + + +<!-- + +PLEASE DO NOT USE A BLANK TEMPLATE IN THE AWX REPO. +This is a legacy template used for internal testing ONLY. + +Any issues opened will this template will be automatically closed. + +Instead use the bug for feature request. + +--> + + + +##### ISSUE TYPE +<!--- Pick one below and delete the rest: --> + - Breaking Change + - New or Enhanced Feature + - Bug or Docs Fix + + +##### COMPONENT NAME +<!-- Pick the area of AWX for this issue, you can have multiple, delete the rest: --> + - API + - UI + - Collection + - Docs + - CLI + - Other + + +##### SUMMARY +<!-- Briefly describe the problem. --> + +##### ENVIRONMENT +* AWX version: X.Y.Z +* AWX install method: operator, developer environment +* AWX deployment target: openshift, kubernetes, minikube +* Operating System: +* Web Browser: + +##### STEPS TO REPRODUCE + +<!-- For new features, show how the feature would be used. For bugs, please show +exactly how to reproduce the problem. Ideally, provide all steps and data needed +to recreate the bug from a new awx install. --> + +##### 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. --> |