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
No related branches found
No related tags found
No related merge requests found
......@@ -93,17 +93,24 @@ body:
attributes:
label: Full inventory with variables
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
id: ansible_command
attributes:
label: Command used to invoke ansible
validations:
required: true
- type: textarea
id: ansible_output
attributes:
label: Output of ansible run
description: We recommend using snippets services like https://gist.github.com/ etc.
validations:
required: true
- type: textarea
id: anything_else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment