From de4d6a69ee6bcea53b5fcd2092e758ac5fd0eca8 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Tue, 6 Feb 2024 04:34:19 +0000 Subject: [PATCH] Make more fields mandatory in bug report template (#10883) -> to make people actually give us the information we need --- .github/ISSUE_TEMPLATE/bug-report.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 0a2ceda9a..7c308b001 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -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