Skip to content

Commit

Permalink
Update template-task.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg authored Dec 6, 2023
1 parent 0686330 commit 24e58f1
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/ISSUE_TEMPLATE/template-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 24e58f1

Please sign in to comment.