2021-02-01 19:27:15 +01:00
|
|
|
name: Bug Report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
|
2021-02-01 19:41:44 +01:00
|
|
|
inputs:
|
|
|
|
- type: description
|
|
|
|
|
|
|
|
attributes:
|
|
|
|
preview_only: true
|
|
|
|
text: |
|
|
|
|
Verify first that your issue is not already reported on [GitHub](https://github.com/ansible-collections/community.general/labels/bug)
|
|
|
|
Also test if the latest release and devel branch are affected too
|
|
|
|
Complete *all* sections as described, this form is processed automatically
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: SUMMARY
|
|
|
|
description: 'Explain the problem briefly below'
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: SUMMARY
|
|
|
|
description: 'Explain the problem briefly below'
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
|
|
|
choices:
|
|
|
|
- Bug Report
|
|
|
|
required: true
|
2021-02-01 19:27:15 +01:00
|
|
|
|
2021-02-01 19:41:44 +01:00
|
|
|
- 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
|
|
|
|
# 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
|
2021-02-01 19:27:15 +01:00
|
|
|
|
2021-02-01 19:41:44 +01:00
|
|
|
label: COMPONENT NAME
|
|
|
|
description: 'List the component, ie `template`, `mysql_users`
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: ANSIBLE VERSION
|
|
|
|
required: false
|
|
|
|
description: |
|
|
|
|
If this issue has an example piece of YAML that can help to reproduce this problem, please provide it.
|
|
|
|
This can be a piece of YAML from, e.g., an automation, script, scene or configuration.
|
|
|
|
value: |
|
|
|
|
<!--- Paste verbatim output from "ansible --version" between quotes -->
|
|
|
|
```paste below
|
|
|
|
|
|
|
|
```
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: CONFIGURATION
|
|
|
|
required: false
|
|
|
|
description: |
|
|
|
|
If this issue has an example piece of YAML that can help to reproduce this problem, please provide it.
|
|
|
|
This can be a piece of YAML from, e.g., an automation, script, scene or configuration.
|
|
|
|
value: |
|
|
|
|
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
|
|
|
|
```paste below
|
|
|
|
|
|
|
|
```
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: OS / ENVIRONMENT
|
|
|
|
description: 'Provide all relevant information below, e.g. target OS versions, network device firmware, etc'
|
|
|
|
required: false
|
2021-02-01 19:27:15 +01:00
|
|
|
|
2021-02-01 19:41:44 +01:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: STEPS TO REPRO
|
|
|
|
description: 'Describe exactly how to reproduce the problem, using a minimal test-case'
|
|
|
|
required: false
|
|
|
|
value: |
|
|
|
|
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
|
|
|
|
```paste below
|
|
|
|
|
|
|
|
```
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: EXPECTED RESULTS
|
|
|
|
description: 'Describe what you expected to happen when running the steps above'
|
|
|
|
required: false
|
2021-02-01 19:27:15 +01:00
|
|
|
|
2021-02-01 19:41:44 +01:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: ACTUAL RESULTS
|
|
|
|
description: 'Describe what actually happened. If possible run with extra verbosity (-vvvv)'
|
|
|
|
required: false
|
|
|
|
value: |
|
|
|
|
<!--- Paste verbatim command output between -->
|
|
|
|
```paste below
|
|
|
|
|
|
|
|
```
|
|
|
|
|