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 bffeb17 commit bf6b23cCopy full SHA for bf6b23c
.github/ISSUE_TEMPLATE/question.yml
@@ -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
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
19
+ label: What can we help you with?
20
+ validations:
21
0 commit comments