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:
parent
165719d084
commit
6d86564308
1 changed files with 20 additions and 21 deletions
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -27,15 +27,15 @@ inputs:
|
|||
- Bug Report
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
- type: textarea
|
||||
attributes:
|
||||
# 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)
|
||||
# OR freeform - doesn't seem to be supported in adaptivecards
|
||||
|
||||
label: COMPONENT NAME
|
||||
description: 'List the component, ie `template`, `mysql_users`
|
||||
description: 'List the component, ie `template`, `mysql_users`'
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
@ -49,7 +49,7 @@ inputs:
|
|||
```paste below
|
||||
|
||||
```
|
||||
- type: textarea
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: CONFIGURATION
|
||||
required: false
|
||||
|
@ -77,13 +77,13 @@ inputs:
|
|||
```paste below
|
||||
|
||||
```
|
||||
- type: textarea
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: EXPECTED RESULTS
|
||||
description: 'Describe what you expected to happen when running the steps above'
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: ACTUAL RESULTS
|
||||
description: 'Describe what actually happened. If possible run with extra verbosity (-vvvv)'
|
||||
|
@ -93,4 +93,3 @@ inputs:
|
|||
```paste below
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue