mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
682674dd5f
commit
a44ffdc20d
1 changed files with 6 additions and 9 deletions
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
|
|
||||||
inputs:
|
body:
|
||||||
|
|
||||||
- type: description
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Verify first that your issue is not already reported on [GitHub](https://github.com/ansible-collections/community.general/issues)
|
Verify first that your issue is not already reported on [GitHub](https://github.com/ansible-collections/community.general/issues)
|
||||||
|
@ -13,14 +13,16 @@ inputs:
|
||||||
attributes:
|
attributes:
|
||||||
label: Summary
|
label: Summary
|
||||||
description: 'Explain the problem briefly below'
|
description: 'Explain the problem briefly below'
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
# FIXME: Once GitHub allows defining the default choice, update this
|
# FIXME: Once GitHub allows defining the default choice, update this
|
||||||
label: Issue Type
|
label: Issue Type
|
||||||
choices:
|
options:
|
||||||
- Bug Report
|
- Bug Report
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -32,12 +34,12 @@ inputs:
|
||||||
|
|
||||||
label: Component Name
|
label: Component Name
|
||||||
description: 'List the component, ie `template`, `mysql_users`'
|
description: 'List the component, ie `template`, `mysql_users`'
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Ansible Version
|
label: Ansible Version
|
||||||
required: false
|
|
||||||
description: |
|
description: |
|
||||||
Paste verbatim output from `ansible --version` between quotes
|
Paste verbatim output from `ansible --version` between quotes
|
||||||
value: |
|
value: |
|
||||||
|
@ -47,7 +49,6 @@ inputs:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Configuration
|
label: Configuration
|
||||||
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.
|
||||||
This can be a piece of YAML from, e.g., an automation, script, scene or configuration.
|
This can be a piece of YAML from, e.g., an automation, script, scene or configuration.
|
||||||
|
@ -60,13 +61,11 @@ inputs:
|
||||||
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
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps To Reproduce
|
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
|
|
||||||
value: |
|
value: |
|
||||||
```paste below
|
```paste below
|
||||||
|
|
||||||
|
@ -76,13 +75,11 @@ inputs:
|
||||||
label: Expected Results
|
label: Expected Results
|
||||||
description: |
|
description: |
|
||||||
Describe what you expected to happen when running the steps above
|
Describe what you expected to happen when running the steps above
|
||||||
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 (`ansible-playbook -vvvv`)'
|
description: 'Describe what actually happened. If possible run with extra verbosity (`ansible-playbook -vvvv`)'
|
||||||
required: false
|
|
||||||
value: |
|
value: |
|
||||||
```paste below
|
```paste below
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue