2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-04-10 19:40:02 +03:00
metamod-r/.github/ISSUE_TEMPLATE/template-question.yml
2023-12-06 18:29:51 +03:00

28 lines
873 B
YAML

name: Question
description: Create some Question for this project
title: "[Question]: "
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Question"
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this Question!
- type: input
id: contact
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-question
attributes:
label: Tell us more about your Question
description: What happened?
placeholder: Tell us about your Question!
value: I have an Question!
validations:
required: true
- type: markdown
attributes:
value: Thanks for completing our form!