feat(community): add discussion templates and routing (#349)

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
This commit is contained in:
sickn33
2026-03-18 17:30:40 +01:00
committed by GitHub
parent c003127367
commit d2c593e719
11 changed files with 361 additions and 13 deletions

57
.github/DISCUSSION_TEMPLATE/q-a.yml vendored Normal file
View File

@@ -0,0 +1,57 @@
title: "[Q&A] "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Use Q&A for setup help, troubleshooting, choosing skills, or understanding how the repo is meant to be used.
- type: dropdown
id: question-type
attributes:
label: What kind of help do you need?
options:
- Installation or setup
- Choosing the right skills
- Troubleshooting a skill
- Repo structure or contribution flow
- Integrations or tooling
- Other
validations:
required: true
- type: textarea
id: question
attributes:
label: Your question
description: Describe the problem clearly and say what you expected instead.
placeholder: What are you trying to do, what happened, and what outcome are you aiming for?
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment and context
description: Share the tool, OS, relevant paths, versions, and any repo areas involved.
placeholder: |
- Tool:
- OS:
- Version:
- Relevant skill or doc:
validations:
required: false
- type: textarea
id: tried
attributes:
label: What have you already tried?
description: Include commands, docs, or troubleshooting steps you already checked.
placeholder: |
- Docs consulted:
- Commands run:
- Errors seen:
validations:
required: true
- type: checkboxes
attributes:
label: Before posting
options:
- label: I checked the README, FAQ, and relevant docs first.
required: true