Convert to issue forms

This commit is contained in:
David Malchin
2022-08-30 03:40:21 +03:00
parent 968fa01b4b
commit fc0b9baeb2
5 changed files with 113 additions and 52 deletions
@@ -0,0 +1,37 @@
name: Feature request
description: Suggest an idea for QBCore
title: "[SUGGESTION]"
labels: enhancement
body:
- type: markdown
attributes:
value: |
Please use our Discord Server to ask questions and receive support: https://discord.gg/qbcore
- type: textarea
id: problem
attributes:
label: The problem
description: A clear and concise description of what the problem is, or what feature you want to be implemented.
placeholder: |
Some examples:
I'm frustrated that ...
It would be nice if ...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Ideal solution
description: A clear and concise description of what you want to happen, with as much detail as possible.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternative solutions
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional
attributes:
label: Additional context
description: If you have any other context about the problem such as screenshots or videos, add them here.