Skip to content

Commit 041908b

Browse files
authored
Create question.yml
1 parent 90e2105 commit 041908b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: ❓ Question / Help
2+
description: Ask a question or get guidance
3+
title: "[Question]: Topic"
4+
labels:
5+
- question
6+
- help wanted
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
## ❓ Need Help or Have a Question?
12+
Ask here — our community will help!
13+
- type: textarea
14+
id: question
15+
attributes:
16+
label: Your Question
17+
placeholder: What do you need help with?
18+
validations:
19+
required: true
20+
- type: input
21+
id: topic
22+
attributes:
23+
label: Related Topic (Optional)
24+
placeholder: e.g., Machine Learning / React / Open Source

0 commit comments

Comments
 (0)