neuralgia/.github/ISSUE_TEMPLATE/QUESTION.yml
2025-08-11 18:42:34 +05:00

35 lines
1.2 KiB
YAML

name: "[❓]: Ask a Question"
description: "Ask a question regarding this project."
title: "[❓]: "
labels: [ "Status: Backlog" ]
type: "Question"
body:
- type: checkboxes
id: exists
attributes:
label: "Was this question asked before?"
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
options:
- label: "No, it was not."
required: true
- type: markdown
attributes:
value: |
If you are in need of quick response, Discord may be a better place. You can find a link to join in our README.md for this project.
If you are looking for a game wiki, we are currently developing it, however most information is available in-game info through tooltips, JEI/HEI and quest. You can also ask any question on Discord, and someone will most likely have a response.
- type: textarea
id: question
validations:
required: true
attributes:
label: Your Question
description: Feel free to ask any question regarding this project here.
placeholder: "Example: How can I...?"
- type: markdown
attributes:
value: "Thank you for taking the time to ask us a question."