mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Add more detailed issue templates.
This commit is contained in:
43
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
43
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -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. -->
|
||||||
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -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. -->
|
||||||
8
.github/ISSUE_TEMPLATE/security_bug_report.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/security_bug_report.md
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user