We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e2105 commit 041908bCopy full SHA for 041908b
.github/ISSUE_TEMPLATE/question.yml
@@ -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
16
+ label: Your Question
17
+ placeholder: What do you need help with?
18
+ validations:
19
+ required: true
20
+ - type: input
21
+ id: topic
22
23
+ label: Related Topic (Optional)
24
+ placeholder: e.g., Machine Learning / React / Open Source
0 commit comments