mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Convert to issue forms
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user