2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2024-12-27 07:05:34 +03:00
metamod-r/.github/ISSUE_TEMPLATE/template-task.yml
2023-12-06 18:41:59 +03:00

28 lines
907 B
YAML

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:
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@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!
value: I have an task!
validations:
required: true
- type: markdown
attributes:
value: Thanks for completing our form!