Skip to content

Commit

Permalink
Make contact, question and expected outcome required
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayCheremnov committed Aug 7, 2024
1 parent fccd674 commit 1e2abab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/question-form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ body:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: e.g., [email protected]
validations:
required: true

- type: textarea
id: question
attributes:
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
Expand All @@ -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
Expand Down

0 comments on commit 1e2abab

Please sign in to comment.