-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bffeb17
commit bf6b23c
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Question | ||
description: Ask a question about Raspotify | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to ask your question! | ||
- type: checkboxes | ||
id: due-diligence | ||
attributes: | ||
label: Due Diligence | ||
description: Before asking this question you have made sure to read the README, wiki and seach though the issues (open and closed) | ||
options: | ||
- label: I have done my due diligence | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What can we help you with? | ||
validations: | ||
required: true |