59 lines
2.0 KiB
YAML
59 lines
2.0 KiB
YAML
name: General Issue
|
|
description: File a general issue
|
|
title: "[Issue]: <title>"
|
|
labels: ["triage"]
|
|
|
|
body:
|
|
- type: checkboxes
|
|
id: existingcheck
|
|
attributes:
|
|
label: Do you need to file an issue?
|
|
description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
|
|
options:
|
|
- label: I have searched the existing issues and this issue is not already filed.
|
|
- label: My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
|
|
- label: I believe this is a legitimate issue, not just a question. If this is a question, please use the Discussions area.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the issue
|
|
description: A clear and concise description of what the issue is.
|
|
placeholder: What went wrong?
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Steps to reproduce the behavior.
|
|
placeholder: How can we replicate the issue?
|
|
- type: textarea
|
|
id: configused
|
|
attributes:
|
|
label: LightRAG Config Used
|
|
description: The LightRAG configuration used for the run.
|
|
placeholder: The settings.yaml content or LightRAG configuration
|
|
value: |
|
|
```yaml
|
|
# Paste your config here
|
|
```
|
|
- type: textarea
|
|
id: screenshotslogs
|
|
attributes:
|
|
label: Logs and screenshots
|
|
description: If applicable, add screenshots and logs to help explain your problem.
|
|
placeholder: Add logs and screenshots here
|
|
- type: textarea
|
|
id: additional_information
|
|
attributes:
|
|
label: Additional Information
|
|
description: |
|
|
- LightRAG Version: e.g., v0.1.1
|
|
- Operating System: e.g., Windows 10, Ubuntu 20.04
|
|
- Python Version: e.g., 3.8
|
|
- Related Issues: e.g., #1
|
|
- Any other relevant information.
|
|
value: |
|
|
- LightRAG Version:
|
|
- Operating System:
|
|
- Python Version:
|
|
- Related Issues:
|