Skip to content

Commit

Permalink
Make more fields mandatory in bug report template (kubernetes-sigs#10883
Browse files Browse the repository at this point in the history
)

-> to make people actually give us the information we need
  • Loading branch information
VannTen authored and pedromcpedro committed May 8, 2024
1 parent a6edbfe commit fd6fcc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd6fcc0

Please sign in to comment.