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-01 18:46:32 +00:00 committed by GitHub
parent 165719d084
commit 6d86564308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ about: Create a report to help us improve
inputs: inputs:
- type: description - type: description
attributes: attributes:
preview_only: true preview_only: true
text: | text: |
@ -20,22 +20,22 @@ inputs:
label: SUMMARY label: SUMMARY
description: 'Explain the problem briefly below' description: 'Explain the problem briefly below'
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
choices: choices:
- Bug Report - Bug Report
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
# For smaller collections we could use a multi-select and hardcode the list # For smaller collections we could use a multi-select and hardcode the list
#May generate this list via GitHub action and walking files under https://github.com/ansible-collections/community.general/tree/main/plugins # May generate this list via GitHub action and walking files under https://github.com/ansible-collections/community.general/tree/main/plugins
# 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:
@ -47,9 +47,9 @@ inputs:
value: | value: |
<!--- Paste verbatim output from "ansible --version" between quotes --> <!--- Paste verbatim output from "ansible --version" between quotes -->
```paste below ```paste below
``` ```
- type: textarea - type: textarea
attributes: attributes:
label: CONFIGURATION label: CONFIGURATION
required: false required: false
@ -59,8 +59,8 @@ inputs:
value: | value: |
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes --> <!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
```paste below ```paste below
``` ```
- type: textarea - type: textarea
attributes: attributes:
label: OS / ENVIRONMENT label: OS / ENVIRONMENT
@ -75,15 +75,15 @@ inputs:
value: | value: |
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes --> <!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
```paste below ```paste below
``` ```
- 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)'
@ -91,6 +91,5 @@ inputs:
value: | value: |
<!--- Paste verbatim command output between --> <!--- Paste verbatim command output between -->
```paste below ```paste below
``` ```