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:
|
2021-02-01 19:46:32 +01:00
|
|
|
|
2021-02-01 19:53:06 +01:00
|
|
|
- type: description
|
2021-02-01 19:41:44 +01:00
|
|
|
attributes:
|
2021-02-01 19:51:10 +01:00
|
|
|
value: |
|
2021-02-05 15:07:30 +01:00
|
|
|
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 main branch are affected too
|
2021-02-01 19:53:06 +01:00
|
|
|
|
2021-02-01 19:41:44 +01:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2021-02-05 15:07:30 +01:00
|
|
|
label: Summary
|
2021-02-01 19:41:44 +01:00
|
|
|
description: 'Explain the problem briefly below'
|
|
|
|
required: true
|
2021-02-01 19:46:32 +01:00
|
|
|
|
2021-02-01 19:41:44 +01:00
|
|
|
- type: dropdown
|
2021-02-01 19:46:32 +01:00
|
|
|
attributes:
|
2021-02-05 15:36:35 +01:00
|
|
|
# FIXME: Once GitHub allows defining the default choice, update this
|
2021-02-05 15:07:30 +01:00
|
|
|
label: Issue Type
|
2021-02-01 19:46:32 +01:00
|
|
|
choices:
|
|
|
|
- Bug Report
|
2021-02-01 19:41:44 +01:00
|
|
|
required: true
|
2021-02-01 19:46:32 +01:00
|
|
|
|
|
|
|
- type: textarea
|
2021-02-01 19:41:44 +01:00
|
|
|
attributes:
|
|
|
|
# For smaller collections we could use a multi-select and hardcode the list
|
2021-02-01 19:46:32 +01:00
|
|
|
# May generate this list via GitHub action and walking files under https://github.com/ansible-collections/community.general/tree/main/plugins
|
2021-02-01 19:41:44 +01:00
|
|
|
# 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:46:32 +01:00
|
|
|
|
2021-02-05 15:07:30 +01:00
|
|
|
label: Component Name
|
2021-02-01 19:46:32 +01:00
|
|
|
description: 'List the component, ie `template`, `mysql_users`'
|
2021-02-01 19:41:44 +01:00
|
|
|
required: true
|
2021-02-05 15:36:35 +01:00
|
|
|
|
2021-02-01 19:41:44 +01:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2021-02-05 15:07:30 +01:00
|
|
|
label: Ansible Version
|
2021-02-01 19:41:44 +01:00
|
|
|
required: false
|
|
|
|
description: |
|
2021-02-05 15:36:35 +01:00
|
|
|
Paste verbatim output from `ansible --version` between quotes
|
2021-02-01 19:41:44 +01:00
|
|
|
value: |
|
|
|
|
```paste below
|
2021-02-01 19:46:32 +01:00
|
|
|
|
2021-02-01 19:41:44 +01:00
|
|
|
```
|
2021-02-01 19:46:32 +01:00
|
|
|
- type: textarea
|
2021-02-01 19:41:44 +01:00
|
|
|
attributes:
|
2021-02-05 15:07:30 +01:00
|
|
|
label: Configuration
|
2021-02-01 19:41:44 +01:00
|
|
|
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.
|
2021-02-05 15:36:35 +01:00
|
|
|
Paste verbatim output from `ansible-config dump --only-changed` between quotes
|
2021-02-01 19:41:44 +01:00
|
|
|
value: |
|
|
|
|
```paste below
|
2021-02-01 19:46:32 +01:00
|
|
|
|
|
|
|
```
|
2021-02-01 19:41:44 +01:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2021-02-05 15:07:30 +01:00
|
|
|
label: OS / Environment
|
2021-02-01 19:41:44 +01:00
|
|
|
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:
|
2021-02-05 15:07:30 +01:00
|
|
|
label: Steps To Reproduce
|
2021-02-01 19:41:44 +01:00
|
|
|
description: 'Describe exactly how to reproduce the problem, using a minimal test-case'
|
|
|
|
required: false
|
|
|
|
value: |
|
|
|
|
```paste below
|
2021-02-01 19:46:32 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
- type: textarea
|
2021-02-01 19:41:44 +01:00
|
|
|
attributes:
|
2021-02-05 15:07:30 +01:00
|
|
|
label: Expected Results
|
2021-02-05 15:36:35 +01:00
|
|
|
description: |
|
|
|
|
Describe what you expected to happen when running the steps above
|
2021-02-01 19:41:44 +01:00
|
|
|
required: false
|
2021-02-01 19:27:15 +01:00
|
|
|
|
2021-02-01 19:46:32 +01:00
|
|
|
- type: textarea
|
2021-02-01 19:41:44 +01:00
|
|
|
attributes:
|
2021-02-05 15:07:30 +01:00
|
|
|
label: Actual Results
|
2021-02-05 15:36:35 +01:00
|
|
|
description: 'Describe what actually happened. If possible run with extra verbosity (`ansible-playbook -vvvv`)'
|
2021-02-01 19:41:44 +01:00
|
|
|
required: false
|
|
|
|
value: |
|
|
|
|
```paste below
|
2021-02-01 19:46:32 +01:00
|
|
|
|
|
|
|
```
|