mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-05-03 02:47:53 -05:00
36 lines
743 B
YAML
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
|