24 lines
807 B
YAML
24 lines
807 B
YAML
|
name: "Question"
|
||
|
description: "Ask for more information about PowerTools"
|
||
|
labels: "question"
|
||
|
body:
|
||
|
- type: textarea
|
||
|
id: question-elaboration
|
||
|
attributes:
|
||
|
label: Question
|
||
|
description: |
|
||
|
A clear and concise description of what you'd like to know.
|
||
|
Please check the wiki and closed issues to avoid waiting for an answer when you didn't need to.
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: extras
|
||
|
attributes:
|
||
|
label: Extra Info
|
||
|
description: |
|
||
|
Additional context or information which may be helpful when answering your question.
|
||
|
|
||
|
Tip: You can attach files by clicking this area to highlight it and then dragging them in.
|
||
|
validations:
|
||
|
required: false
|