mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 12:15:57 +00:00
46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
name: Documentation improvement
|
|
description: Report missing, outdated, or confusing docs.
|
|
title: "docs: "
|
|
labels:
|
|
- documentation
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Small or rough documentation reports are welcome. You do not need to fill every field.
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Documentation area
|
|
options:
|
|
- README
|
|
- CONTRIBUTING guide
|
|
- Local docs in docs/
|
|
- Command help output
|
|
- Dashboard copy or labels
|
|
- Other
|
|
- type: input
|
|
id: location
|
|
attributes:
|
|
label: File or page
|
|
description: Path or URL if you know it.
|
|
placeholder: README.md or docs/cursor-integration.md
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: What is wrong or unclear?
|
|
placeholder: The guide still says to use an old command/path that no longer exists.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: suggestion
|
|
attributes:
|
|
label: Suggested improvement
|
|
placeholder: Replace it with ...
|
|
- type: checkboxes
|
|
id: checks
|
|
attributes:
|
|
label: Before submitting
|
|
options:
|
|
- label: I checked whether this is already covered elsewhere in the repo.
|