mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-22 21:09:58 +00:00
Did a full scan of all URLs that used to point to the old mkdocs pages, and now links to the appropriate pages on lancedb.com/docs or lance.org docs. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
24 lines
596 B
YAML
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://lancedb.com/docs/tables/...
|
|
validations:
|
|
required: false
|