Skip to content
Snippets Groups Projects
Unverified Commit de4d6a69 authored by Max Gautier's avatar Max Gautier Committed by GitHub
Browse files

Make more fields mandatory in bug report template (#10883)

-> to make people actually give us the information we need
parent 989ba207
Branches
Tags
No related merge requests found
...@@ -93,17 +93,24 @@ body: ...@@ -93,17 +93,24 @@ body:
attributes: attributes:
label: Full inventory with variables label: Full inventory with variables
placeholder: 'ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"' placeholder: 'ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"'
description: We recommend using snippets services like https://gist.github.com/ etc.
validations:
required: true
- type: input - type: input
id: ansible_command id: ansible_command
attributes: attributes:
label: Command used to invoke ansible label: Command used to invoke ansible
validations:
required: true
- type: textarea - type: textarea
id: ansible_output id: ansible_output
attributes: attributes:
label: Output of ansible run label: Output of ansible run
description: We recommend using snippets services like https://gist.github.com/ etc. description: We recommend using snippets services like https://gist.github.com/ etc.
validations:
required: true
- type: textarea - type: textarea
id: anything_else id: anything_else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment