mirror of
https://github.com/kjanat/articulate-parser.git
synced 2026-01-16 15:42:11 +01:00
58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
name: Question
|
|
description: Ask a question about the project
|
|
title: "[QUESTION] "
|
|
labels: ["question", "triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for your question! Please check the README and existing issues first.
|
|
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
description: What would you like to know?
|
|
placeholder: How do I...?
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: category
|
|
attributes:
|
|
label: Question Category
|
|
description: What is your question about?
|
|
options:
|
|
- Installation/Setup
|
|
- Usage/How-to
|
|
- Supported Content Types
|
|
- Output Formats
|
|
- Troubleshooting
|
|
- Contributing
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: |
|
|
Provide any additional context that might help us answer your question:
|
|
- What you're trying to achieve
|
|
- What you've already tried
|
|
- Any error messages
|
|
- Your environment details
|
|
placeholder: I'm trying to...
|
|
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Checklist
|
|
description: Please confirm you have done the following
|
|
options:
|
|
- label: I have read the README
|
|
required: true
|
|
- label: I have searched existing issues
|
|
required: true
|