23 lines
538 B
YAML
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
|