updated templates

This commit is contained in:
Yannick Stephan 2025-02-19 20:27:56 +01:00
parent fb5938aac4
commit 05914213e2
3 changed files with 13 additions and 19 deletions

View File

@ -8,10 +8,10 @@ body:
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.
description: Please help us manage our time by avoiding duplicates and common bugs with the steps below.
options:
- 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
id: description
attributes:
@ -35,7 +35,7 @@ body:
attributes:
label: LightRAG Config Used
description: The LightRAG configuration used for the run.
placeholder: The settings.yaml content or LightRAG configuration
placeholder: The settings content or LightRAG configuration
value: |
# Paste your config here
- type: textarea

View File

@ -7,23 +7,17 @@ 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.
label: Do you need to file a feature request?
description: Please help us manage our time by avoiding duplicates and common feature request with the steps below.
options:
- label: I have searched the existing issues and this feature 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 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 or bug.
- type: textarea
id: problem_description
id: feature_request_description
attributes:
label: Problem Description
description: A clear and concise description of the problem you're trying to solve.
placeholder: What problem are you trying to solve?
- 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?
label: Feature Request Description
description: A clear and concise description of the feature request you would like.
placeholder: What this feature request add more or improve?
- type: textarea
id: additional_context
attributes:

View File

@ -10,8 +10,8 @@ body:
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.
options:
- label: I have searched the existing issues 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 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 bug or feature request.
- type: textarea
id: question
attributes: