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
1591d52b78
commit
165719d084
1 changed files with 89 additions and 109 deletions
198
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
198
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,116 +1,96 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
|
|
||||||
body:
|
inputs:
|
||||||
- id: help
|
- type: description
|
||||||
type: TextBlock
|
|
||||||
isSubtle: true # Not implemented, just wanted a way to make it stand out
|
attributes:
|
||||||
color: good
|
preview_only: true
|
||||||
text: |
|
text: |
|
||||||
Verify first that your issue is not already reported on [GitHub](https://github.com/ansible-collections/community.general/labels/bug)
|
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
|
Also test if the latest release and devel branch are affected too
|
||||||
Complete *all* sections as described, this form is processed automatically
|
Complete *all* sections as described, this form is processed automatically
|
||||||
|
- type: textarea
|
||||||
- id: summary
|
attributes:
|
||||||
type: Input.Text
|
label: SUMMARY
|
||||||
isMultiline: true
|
description: 'Explain the problem briefly below'
|
||||||
isRequired: true
|
required: true
|
||||||
size: small
|
- type: textarea
|
||||||
label: SUMMARY
|
attributes:
|
||||||
placeholder: 'Explain the problem briefly below'
|
label: SUMMARY
|
||||||
|
description: 'Explain the problem briefly below'
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
choices:
|
||||||
|
- Bug Report
|
||||||
|
required: true
|
||||||
|
|
||||||
- id: issue type
|
- type: textarea
|
||||||
type: Input.ChoiceSet
|
attributes:
|
||||||
isMultiSelect: false
|
# For smaller collections we could use a multi-select and hardcode the list
|
||||||
isRequired: true
|
#May generate this list via GitHub action and walking files under https://github.com/ansible-collections/community.general/tree/main/plugins
|
||||||
style: compact
|
# Select from list, filter as you type (`mysql` would only show the 3 mysql components)
|
||||||
size: large
|
# OR freeform - doesn't seem to be supported in adaptivecards
|
||||||
label: ISSUE TYPE
|
|
||||||
value: Bug Report
|
|
||||||
choices:
|
|
||||||
- title: Bug Report
|
|
||||||
value: Bug Report
|
|
||||||
|
|
||||||
- id: component name
|
|
||||||
type: Input.ChoiceSet
|
|
||||||
isMultiSelect: true
|
|
||||||
isRequired: true
|
|
||||||
style: compact
|
|
||||||
size: large
|
|
||||||
label: COMPONENT NAME
|
|
||||||
#value: Bug Report
|
|
||||||
choices:
|
|
||||||
# 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
|
|
||||||
# BUG: Multiselect only adds last item to issue
|
|
||||||
- title: mysql_user
|
|
||||||
value: mysql_user
|
|
||||||
- title: mysql_database
|
|
||||||
value: mysql_database
|
|
||||||
- title: mysql_connection
|
|
||||||
value: mysql_connection
|
|
||||||
- title: postgres_user
|
|
||||||
value: postgres_user
|
|
||||||
|
|
||||||
- id: ansible version
|
|
||||||
type: Input.Text
|
|
||||||
isMultiline: true
|
|
||||||
size: large
|
|
||||||
label: ANSIBLE VERSION
|
|
||||||
value: |
|
|
||||||
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
|
|
||||||
```paste below
|
|
||||||
|
|
||||||
```
|
|
||||||
- id: configuration
|
|
||||||
type: Input.Text
|
|
||||||
isMultiline: true
|
|
||||||
size: large
|
|
||||||
label: CONFIGURATION
|
|
||||||
value: |
|
|
||||||
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
|
|
||||||
```paste below
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
- id: configuration
|
|
||||||
type: Input.Text
|
|
||||||
isMultiline: true
|
|
||||||
size: large
|
|
||||||
label: OS / ENVIRONMENT
|
|
||||||
placeholder: Provide all relevant information below, e.g. target OS versions, network device firmware, etc
|
|
||||||
|
|
||||||
- id: steps to repo
|
label: COMPONENT NAME
|
||||||
type: Input.Text
|
description: 'List the component, ie `template`, `mysql_users`
|
||||||
isMultiline: true
|
required: true
|
||||||
size: large
|
- type: textarea
|
||||||
label: STEPS TO REPRODUCE
|
attributes:
|
||||||
value: |
|
label: ANSIBLE VERSION
|
||||||
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
|
required: false
|
||||||
<!--- Paste example playbooks or commands between quotes below -->
|
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
|
||||||
|
|
||||||
```yaml
|
- 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
|
||||||
|
|
||||||
- id: expected
|
- type: textarea
|
||||||
type: Input.Text
|
attributes:
|
||||||
isMultiline: true
|
label: ACTUAL RESULTS
|
||||||
size: large
|
description: 'Describe what actually happened. If possible run with extra verbosity (-vvvv)'
|
||||||
label: EXPECTED RESULTS
|
required: false
|
||||||
placeholder: Describe what you expected to happen when running the steps above
|
value: |
|
||||||
|
<!--- Paste verbatim command output between -->
|
||||||
|
```paste below
|
||||||
|
|
||||||
- id: actual results
|
```
|
||||||
type: Input.Text
|
|
||||||
isMultiline: true
|
|
||||||
size: large
|
|
||||||
label: ACTUAL RESULTS
|
|
||||||
value: |
|
|
||||||
<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->
|
|
||||||
<!--- Paste verbatim command output between quotes -->
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue