-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0686330
commit 24e58f1
Showing
1 changed file
with
9 additions
and
10 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 |
---|---|---|
|
@@ -5,25 +5,24 @@ labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Availab | |
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for taking the time to fill out this Task!" | ||
value: Thanks for taking the time to fill out this Task! | ||
- type: input | ||
id: contact-feature | ||
attributes: | ||
label: "Contact Details (optional)" | ||
description: "How can we get in touch with you if we need more info?" | ||
placeholder: "ex. [email protected]" | ||
label: Contact Details (optional) | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: have-task | ||
attributes: | ||
label: "Tell us more about your task" | ||
description: "Tell us what you want from the project and the developers?" | ||
placeholder: "Tell us about your task!" | ||
value: "I have an task!" | ||
label: Tell us more about your task | ||
description: "Tell us what you want from the project and the developers? | ||
placeholder: Tell us about your task! | ||
value: I have an task! | ||
validations: | ||
required: true | ||
- type: markdown | ||
id: markdown-feature-thanks | ||
attributes: | ||
value: "Thanks for completing our form!" | ||
value: Thanks for completing our form! |