Skip to content

Commit 12020b5

Browse files
committed
chore: add question template
1 parent 9b3017e commit 12020b5

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: ❓ Question / Support
2+
description: Ask a question or get help with usage
3+
labels: ["question", "support"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Have a question? We're happy to help! Please provide as much context as possible.
9+
10+
- type: textarea
11+
id: question
12+
attributes:
13+
label: ❓ Your Question
14+
description: What would you like to know?
15+
placeholder: How do I...
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: context
21+
attributes:
22+
label: 🖥️ Context
23+
description: What are you trying to accomplish? What have you tried so far?
24+
placeholder: |
25+
I'm trying to...
26+
I've already tried...
27+
validations:
28+
required: false
29+
30+
- type: textarea
31+
id: references
32+
attributes:
33+
label: 📎 References
34+
description: Any relevant documentation, links, or code snippets you've looked at.
35+
validations:
36+
required: false

0 commit comments

Comments
 (0)