name: Docs improvement
description: Report missing, unclear, or incorrect documentation
title: "[Docs]: "
labels:
- documentation
body:
- type: textarea
id: location
attributes:
label: Documentation location
description: File path or URL.
placeholder: README.md section "Quick Start"
validations:
required: true
- type: textarea
id: issue
attributes:
label: What is unclear or incorrect?
placeholder: This section says...
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Suggested improvement
description: Propose revised wording, structure, or examples.
placeholder: It would be clearer if...
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional context
description: Related links, screenshots, or prior discussions.
|