Files
lancedb/.github/ISSUE_TEMPLATE/documentation.yml
2026-04-15 20:56:59 +08:00

24 lines
596 B
YAML

name: 'Documentation improvement'
description: Report an issue with the documentation.
labels: [documentation]
body:
- type: textarea
id: description
attributes:
label: Description
description: >
Describe the issue with the documentation and how it can be fixed or improved.
validations:
required: true
- type: input
id: link
attributes:
label: Link
description: >
Provide a link to the existing documentation, if applicable.
placeholder: ex. https://docs.lancedb.com/tables/...
validations:
required: false