2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2024-12-28 15:45:37 +03:00
metamod-r/.github/ISSUE_TEMPLATE/template-task.yml

28 lines
897 B
YAML
Raw Normal View History

2023-12-06 18:29:25 +03:00
name: Task
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!
- type: input
2023-12-06 18:29:25 +03:00
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@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!
validations:
required: true
2023-12-06 18:29:25 +03:00
- type: markdown
attributes:
value: Thanks for completing our form!