2023-12-06 18:29:25 +03:00
|
|
|
name: Task
|
2023-12-06 16:05:29 +03:00
|
|
|
description: Create some generic task for this project
|
|
|
|
title: "[TASK]: "
|
|
|
|
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Task"
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
2023-12-06 18:29:25 +03:00
|
|
|
value: Thanks for taking the time to fill out this Task!
|
2023-12-06 16:05:29 +03:00
|
|
|
- type: input
|
2023-12-06 18:29:25 +03:00
|
|
|
id: contact-feature
|
2023-12-06 16:05:29 +03:00
|
|
|
attributes:
|
|
|
|
label: Contact Details (optional)
|
|
|
|
description: How can we get in touch with you if we need more info?
|
|
|
|
placeholder: ex. email@example.com
|
|
|
|
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!
|
2023-12-06 18:29:25 +03:00
|
|
|
value: I have an task!
|
2023-12-06 16:05:29 +03:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-12-06 18:29:25 +03:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: Thanks for completing our form!
|