Skip to content

Commit

Permalink
Create question.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLG1979 authored Dec 21, 2021
1 parent bffeb17 commit bf6b23c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
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

0 comments on commit bf6b23c

Please sign in to comment.