Files
KohakuHub/.github/ISSUE_TEMPLATE/question.yml
2025-10-14 22:57:05 +08:00

36 lines
743 B
YAML

name: Question
description: Ask for help
title: "[Question]: "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Need help? Ask away!
💡 For quick answers, join our [Discord](https://discord.gg/xWYrkyvJ2s)
- type: textarea
id: question
attributes:
label: Your question
placeholder: What would you like to know?
validations:
required: true
- type: textarea
id: context
attributes:
label: Context (optional)
placeholder: |
What are you trying to do?
What have you tried?
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I checked the docs
required: false