1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

bug_report.yml: inline comments to docs

This commit is contained in:
John R Barker 2021-02-05 14:36:35 +00:00 committed by GitHub
parent d4f3a47d48
commit f4e60e09ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ inputs:
- type: dropdown - type: dropdown
attributes: attributes:
# FIXME: Once GitHub allows defining the default choice, update this
label: Issue Type label: Issue Type
choices: choices:
- Bug Report - Bug Report
@ -32,15 +33,14 @@ inputs:
label: Component Name label: Component Name
description: 'List the component, ie `template`, `mysql_users`' description: 'List the component, ie `template`, `mysql_users`'
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Ansible Version label: Ansible Version
required: false required: false
description: | description: |
If this issue has an example piece of YAML that can help to reproduce this problem, please provide it. Paste verbatim output from `ansible --version` between quotes
This can be a piece of YAML from, e.g., an automation, script, scene or configuration.
value: | value: |
<!--- Paste verbatim output from "ansible --version" between quotes -->
```paste below ```paste below
``` ```
@ -51,8 +51,8 @@ inputs:
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.
Paste verbatim output from `ansible-config dump --only-changed` between quotes
value: | value: |
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
```paste below ```paste below
``` ```
@ -68,23 +68,22 @@ inputs:
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 required: false
value: | value: |
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
```paste below ```paste below
``` ```
- type: textarea - type: textarea
attributes: attributes:
label: Expected Results label: Expected Results
description: 'Describe what you expected to happen when running the steps above' description: |
Describe what you expected to happen when running the steps above
required: false 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 (-vvvv)' description: 'Describe what actually happened. If possible run with extra verbosity (`ansible-playbook -vvvv`)'
required: false required: false
value: | value: |
<!--- Paste verbatim command output between -->
```paste below ```paste below
``` ```