Update question.yaml
This commit is contained in:
8
.github/ISSUE_TEMPLATE/question.yaml
vendored
8
.github/ISSUE_TEMPLATE/question.yaml
vendored
@ -1,8 +1,16 @@
|
|||||||
name: I have a question
|
name: I have a question
|
||||||
description: Get help with using Iris
|
description: Get help with using Iris
|
||||||
|
labels: ["discussion/unactionable"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
STOP! QUESTIONS DON'T BELONG IN THE REPOSITORY ISSUE TRACKER.
|
STOP! QUESTIONS DON'T BELONG IN THE REPOSITORY ISSUE TRACKER.
|
||||||
Please instead use the [Mopidy Discourse](https://discourse.mopidy.com/) forum.
|
Please instead use the [Mopidy Discourse](https://discourse.mopidy.com/) forum.
|
||||||
|
- type: input
|
||||||
|
id: content
|
||||||
|
attributes:
|
||||||
|
label: Content
|
||||||
|
placeholder: This issue will be deleted, please read the above message.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user