mirror of
https://github.com/rehlds/metamod-r.git
synced 2024-12-28 15:45:37 +03:00
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
|
name: Question
|
||
|
description: Create some Question for this project
|
||
|
title: "[TASK]: "
|
||
|
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Question"
|
||
|
#projects: ["octo-org/1", "octo-org/44"]
|
||
|
#assignees:
|
||
|
# - s1lentq
|
||
|
# - theAsmodai
|
||
|
# - stamepicmorg
|
||
|
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: checkboxes
|
||
|
# id: terms
|
||
|
# attributes:
|
||
|
# label: Code of Conduct
|
||
|
# description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
|
||
|
# options:
|
||
|
# - label: I agree to follow this project's Code of Conduct
|
||
|
# required: true
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: "Thanks for completing our form!"
|