diff --git a/.github/ISSUE_TEMPLATE/question-form.yml b/.github/ISSUE_TEMPLATE/question-form.yml index 42391cc..428b30c 100644 --- a/.github/ISSUE_TEMPLATE/question-form.yml +++ b/.github/ISSUE_TEMPLATE/question-form.yml @@ -16,6 +16,8 @@ body: label: Contact Details description: How can we get in touch with you if we need more info? placeholder: e.g., email@example.com + validations: + required: true - type: textarea id: question @@ -23,6 +25,8 @@ body: label: Your Question description: Describe your question in as much detail as possible. placeholder: Write your question here. + validations: + required: true - type: textarea id: context @@ -44,6 +48,8 @@ body: label: Expected Outcome description: What do you expect to achieve from the answer to your question? placeholder: Describe the expected outcome here. + validations: + required: true - type: textarea id: additional-info