mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
16 lines
450 B
YAML
16 lines
450 B
YAML
name: Question
|
|
description: Ask questions about configuration and usage of Piped.
|
|
labels: [question]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please make sure to read the README.md before posting a question or asking for support.
|
|
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Describe your question
|
|
description: A clear description of what your doubt is.
|
|
validations:
|
|
required: true
|