-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make contact, question and expected outcome required
- Loading branch information
1 parent
fccd674
commit 1e2abab
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|