14 lines
272 B
YAML
14 lines
272 B
YAML
name: "🙋 Question"
|
|
description: Ask a question about the library
|
|
labels: ["question"]
|
|
|
|
body:
|
|
- type: textarea
|
|
id: question
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Question
|
|
description: |
|
|
Please enter your question here...
|