6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -8,10 +8,10 @@ body:
|
|||||||
id: existingcheck
|
id: existingcheck
|
||||||
attributes:
|
attributes:
|
||||||
label: Do you need to file an issue?
|
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.
|
description: Please help us manage our time by avoiding duplicates and common bugs with the steps below.
|
||||||
options:
|
options:
|
||||||
- label: I have searched the existing issues and this bug is not already filed.
|
- label: I have searched the existing issues and this bug is not already filed.
|
||||||
- label: I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.
|
- label: I believe this is a legitimate bug, not just a question or feature request.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
@@ -35,7 +35,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: LightRAG Config Used
|
label: LightRAG Config Used
|
||||||
description: The LightRAG configuration used for the run.
|
description: The LightRAG configuration used for the run.
|
||||||
placeholder: The settings.yaml content or LightRAG configuration
|
placeholder: The settings content or LightRAG configuration
|
||||||
value: |
|
value: |
|
||||||
# Paste your config here
|
# Paste your config here
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -7,23 +7,17 @@ body:
|
|||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: existingcheck
|
id: existingcheck
|
||||||
attributes:
|
attributes:
|
||||||
label: Do you need to file an issue?
|
label: Do you need to file a feature request?
|
||||||
description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
|
description: Please help us manage our time by avoiding duplicates and common feature request with the steps below.
|
||||||
options:
|
options:
|
||||||
- label: I have searched the existing issues and this feature is not already filed.
|
- label: I have searched the existing feature request and this feature request is not already filed.
|
||||||
- label: I believe this is a legitimate feature request, not just a question. If this is a question, please use the Discussions area.
|
- label: I believe this is a legitimate feature request, not just a question or bug.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem_description
|
id: feature_request_description
|
||||||
attributes:
|
attributes:
|
||||||
label: Problem Description
|
label: Feature Request Description
|
||||||
description: A clear and concise description of the problem you're trying to solve.
|
description: A clear and concise description of the feature request you would like.
|
||||||
placeholder: What problem are you trying to solve?
|
placeholder: What this feature request add more or improve?
|
||||||
- type: textarea
|
|
||||||
id: solution_description
|
|
||||||
attributes:
|
|
||||||
label: Proposed Solution
|
|
||||||
description: A clear and concise description of what you want to happen.
|
|
||||||
placeholder: How do you envision the solution?
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional_context
|
id: additional_context
|
||||||
attributes:
|
attributes:
|
||||||
|
4
.github/ISSUE_TEMPLATE/question.yml
vendored
4
.github/ISSUE_TEMPLATE/question.yml
vendored
@@ -10,8 +10,8 @@ body:
|
|||||||
label: Do you need to ask a question?
|
label: Do you need to ask a question?
|
||||||
description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
|
description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
|
||||||
options:
|
options:
|
||||||
- label: I have searched the existing issues and discussions and this question is not already answered.
|
- label: I have searched the existing question and discussions and this question is not already answered.
|
||||||
- label: I believe this is a legitimate question, not just a duplicate or common issue.
|
- label: I believe this is a legitimate question, not just a bug or feature request.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: question
|
id: question
|
||||||
attributes:
|
attributes:
|
||||||
|
Reference in New Issue
Block a user