diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml
index 0a2ceda9a57625ffbd0671ff4cd1563e376a898e..7c308b001f6b7a0625b1b3ba7c8036ab1d02026f 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