1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update bug_report.yml

This commit is contained in:
John R Barker 2021-02-05 14:07:30 +00:00 committed by GitHub
parent 701a89eb1c
commit d4f3a47d48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,24 +6,18 @@ inputs:
- type: description - type: description
attributes: attributes:
value: | value: |
Verify first that your issue is not already reported on [GitHub](https://github.com/ansible-collections/community.general/labels/bug) Verify first that your issue is not already reported on [GitHub](https://github.com/ansible-collections/community.general/issues)
Also test if the latest release and devel branch are affected too Also test if the latest release and main branch are affected too
- type: textarea - type: textarea
attributes: attributes:
label: OVERVIEW label: Summary
description: 'Explain the problem briefly below'
required: true
- type: textarea
attributes:
label: SUMMARY
description: 'Explain the problem briefly below' description: 'Explain the problem briefly below'
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: ISSUE TYPE label: Issue Type
choices: choices:
- Bug Report - Bug Report
required: true required: true
@ -35,12 +29,12 @@ inputs:
# Select from list, filter as you type (`mysql` would only show the 3 mysql components) # Select from list, filter as you type (`mysql` would only show the 3 mysql components)
# OR freeform - doesn't seem to be supported in adaptivecards # OR freeform - doesn't seem to be supported in adaptivecards
label: COMPONENT NAME label: Component Name
description: 'List the component, ie `template`, `mysql_users`' description: 'List the component, ie `template`, `mysql_users`'
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: ANSIBLE VERSION label: Ansible Version
required: false required: false
description: | description: |
If this issue has an example piece of YAML that can help to reproduce this problem, please provide it. If this issue has an example piece of YAML that can help to reproduce this problem, please provide it.
@ -52,7 +46,7 @@ inputs:
``` ```
- type: textarea - type: textarea
attributes: attributes:
label: CONFIGURATION label: Configuration
required: false required: false
description: | description: |
If this issue has an example piece of YAML that can help to reproduce this problem, please provide it. If this issue has an example piece of YAML that can help to reproduce this problem, please provide it.
@ -64,13 +58,13 @@ inputs:
``` ```
- type: textarea - type: textarea
attributes: attributes:
label: OS / ENVIRONMENT label: OS / Environment
description: 'Provide all relevant information below, e.g. target OS versions, network device firmware, etc' description: 'Provide all relevant information below, e.g. target OS versions, network device firmware, etc'
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: STEPS TO REPRO label: Steps To Reproduce
description: 'Describe exactly how to reproduce the problem, using a minimal test-case' description: 'Describe exactly how to reproduce the problem, using a minimal test-case'
required: false required: false
value: | value: |
@ -80,13 +74,13 @@ inputs:
``` ```
- type: textarea - type: textarea
attributes: attributes:
label: EXPECTED RESULTS label: Expected Results
description: 'Describe what you expected to happen when running the steps above' description: 'Describe what you expected to happen when running the steps above'
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: ACTUAL RESULTS label: Actual Results
description: 'Describe what actually happened. If possible run with extra verbosity (-vvvv)' description: 'Describe what actually happened. If possible run with extra verbosity (-vvvv)'
required: false required: false
value: | value: |