mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
fd4a230669
* Setup issue templates Allow ability to include blank issue resolves #557 todo: PR template * update templates + add PR template * newlines
14 lines
378 B
YAML
14 lines
378 B
YAML
name: 📚 Documentation improvement
|
|
title: "[DOCS]: "
|
|
description: Report an issue or problem with the documentation.
|
|
labels: [documentation]
|
|
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Describe the issue with the documentation that is giving you trouble or causing confusion.
|
|
validations:
|
|
required: true
|