2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-01-16 00:28:07 +03:00
metamod-r/.github/ISSUE_TEMPLATE/template-feature.yml

31 lines
960 B
YAML
Raw Normal View History

2023-12-06 18:29:25 +03:00
name: New Feature
description: Suggest an idea for this project
title: "[Feature request]: "
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Rrequest"
assignees:
- s1lentq
- stamepicmorg
body:
- type: markdown
attributes:
2023-12-06 18:29:25 +03:00
value: Thanks for taking the time to fill out this Feature request!
- type: input
2023-12-06 18:29:25 +03:00
id: contact-task
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-idea
attributes:
label: Tell us more about your idea
description: Tell us what you expect from the project and the developers?
placeholder: Tell us about your idea!
2023-12-06 18:29:25 +03:00
value: I have an idea!
validations:
required: true
2023-12-06 18:29:25 +03:00
- type: markdown
attributes:
value: Thanks for completing our form!