ed
This commit is contained in:
parent
08a306e1ff
commit
fbf0b6b47f
23 changed files with 1547 additions and 10408 deletions
71
resources/[qb]/qb-core/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
71
resources/[qb]/qb-core/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,71 @@
|
|||
name: Bug report
|
||||
description: Create a report to help us improve or fix something
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for taking the time to fill out a bug report!
|
||||
Please use our Discord Server to ask questions and receive support: https://discord.gg/qbcore
|
||||
- type: input
|
||||
id: summary
|
||||
attributes:
|
||||
label: Summary
|
||||
description: Write a short and concise description of your bug.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
label: Reproduction
|
||||
description: What did you do to make this happen?
|
||||
placeholder: |
|
||||
1. Using ...
|
||||
2. Do ...
|
||||
3. Then use ...
|
||||
4. See error
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: What did you expect to happen?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: Actual behavior
|
||||
description: What actually happened?
|
||||
validations:
|
||||
required: true
|
||||
- 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.
|
||||
- type: input
|
||||
id: updated
|
||||
attributes:
|
||||
label: Last Updated
|
||||
description: When have you last updated?
|
||||
placeholder: e.g. last week, today
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: custom
|
||||
attributes:
|
||||
label: Custom Resources
|
||||
description: Are you using custom resources? Which ones?
|
||||
placeholder: e.g. zdiscord, qb-target
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: renamed
|
||||
attributes:
|
||||
label: Resource Rename
|
||||
description: Have you renamed this resource from `qb-` to something custom?
|
||||
validations:
|
||||
required: true
|
5
resources/[qb]/qb-core/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
resources/[qb]/qb-core/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: QBCore Discord Server
|
||||
url: https://discord.gg/qbcore
|
||||
about: Ask questions, receive support, and discuss with the community in our Discord server.
|
37
resources/[qb]/qb-core/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
37
resources/[qb]/qb-core/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue