Files
EverOS/.github/ISSUE_TEMPLATE/docs.yml
2026-06-06 13:59:12 +08:00

23 lines
538 B
YAML

name: Documentation issue
description: Report unclear, missing, or outdated documentation
title: "[Docs]: "
labels: ["documentation"]
body:
- type: input
id: page
attributes:
label: Page or file
placeholder: README.md, docs/architecture.md, use-cases/...
validations:
required: true
- type: textarea
id: issue
attributes:
label: What should be improved?
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Suggested wording or structure