Files
2026-07-13 13:12:33 +08:00

46 lines
1.4 KiB
YAML

name: Documentation issue
description: Report missing, confusing, or outdated OpenSquilla documentation
title: "[Docs]: "
labels: ["documentation"]
body:
- type: markdown
attributes:
value: |
Thanks for improving OpenSquilla's docs. Do not include credentials, provider tokens, private transcripts, account identifiers, or sensitive local paths.
- type: input
id: page
attributes:
label: Page or section
description: Link the page, heading, or command example that needs work.
placeholder: "docs/quickstart.md, docs/features/memory.md, or a GitHub URL"
validations:
required: true
- type: dropdown
id: issue_type
attributes:
label: Issue type
options:
- Incorrect command or option
- Missing setup step
- Confusing explanation
- Missing feature guide
- Broken link
- Screenshot or UI mismatch
- Other
validations:
required: true
- type: textarea
id: problem
attributes:
label: What is wrong or missing?
description: Describe what you expected to learn and where the documentation fell short.
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Suggested fix
description: If you know the correction, include the command, wording, or link that would help.
validations:
required: false