Skip to content

Commit bf6b23c

Browse files
authored
Create question.yml
1 parent bffeb17 commit bf6b23c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Question
2+
description: Ask a question about Raspotify
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thanks for taking the time to ask your question!
8+
- type: checkboxes
9+
id: due-diligence
10+
attributes:
11+
label: Due Diligence
12+
description: Before asking this question you have made sure to read the README, wiki and seach though the issues (open and closed)
13+
options:
14+
- label: I have done my due diligence
15+
required: true
16+
- type: textarea
17+
id: what-happened
18+
attributes:
19+
label: What can we help you with?
20+
validations:
21+
required: true

0 commit comments

Comments
 (0)