YanSte commited on
Commit
4752b3e
·
1 Parent(s): 66c45b5

updated templates

Browse files
.github/ISSUE_TEMPLATE/bug_report.yml CHANGED
@@ -8,10 +8,10 @@ body:
8
  id: existingcheck
9
  attributes:
10
  label: Do you need to file an issue?
11
- description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
12
  options:
13
  - label: I have searched the existing issues and this bug is not already filed.
14
- - label: I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.
15
  - type: textarea
16
  id: description
17
  attributes:
@@ -35,7 +35,7 @@ body:
35
  attributes:
36
  label: LightRAG Config Used
37
  description: The LightRAG configuration used for the run.
38
- placeholder: The settings.yaml content or LightRAG configuration
39
  value: |
40
  # Paste your config here
41
  - type: textarea
 
8
  id: existingcheck
9
  attributes:
10
  label: Do you need to file an issue?
11
+ description: Please help us manage our time by avoiding duplicates and common bugs with the steps below.
12
  options:
13
  - label: I have searched the existing issues and this bug is not already filed.
14
+ - label: I believe this is a legitimate bug, not just a question or feature request.
15
  - type: textarea
16
  id: description
17
  attributes:
 
35
  attributes:
36
  label: LightRAG Config Used
37
  description: The LightRAG configuration used for the run.
38
+ placeholder: The settings content or LightRAG configuration
39
  value: |
40
  # Paste your config here
41
  - type: textarea
.github/ISSUE_TEMPLATE/feature_request.yml CHANGED
@@ -7,23 +7,17 @@ body:
7
  - type: checkboxes
8
  id: existingcheck
9
  attributes:
10
- label: Do you need to file an issue?
11
- description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
12
  options:
13
- - label: I have searched the existing issues and this feature is not already filed.
14
- - label: I believe this is a legitimate feature request, not just a question. If this is a question, please use the Discussions area.
15
  - type: textarea
16
- id: problem_description
17
  attributes:
18
- label: Problem Description
19
- description: A clear and concise description of the problem you're trying to solve.
20
- placeholder: What problem are you trying to solve?
21
- - type: textarea
22
- id: solution_description
23
- attributes:
24
- label: Proposed Solution
25
- description: A clear and concise description of what you want to happen.
26
- placeholder: How do you envision the solution?
27
  - type: textarea
28
  id: additional_context
29
  attributes:
 
7
  - type: checkboxes
8
  id: existingcheck
9
  attributes:
10
+ label: Do you need to file a feature request?
11
+ description: Please help us manage our time by avoiding duplicates and common feature request with the steps below.
12
  options:
13
+ - label: I have searched the existing feature request and this feature request is not already filed.
14
+ - label: I believe this is a legitimate feature request, not just a question or bug.
15
  - type: textarea
16
+ id: feature_request_description
17
  attributes:
18
+ label: Feature Request Description
19
+ description: A clear and concise description of the feature request you would like.
20
+ placeholder: What this feature request add more or improve?
 
 
 
 
 
 
21
  - type: textarea
22
  id: additional_context
23
  attributes:
.github/ISSUE_TEMPLATE/question.yml CHANGED
@@ -10,8 +10,8 @@ body:
10
  label: Do you need to ask a question?
11
  description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
12
  options:
13
- - label: I have searched the existing issues and discussions and this question is not already answered.
14
- - label: I believe this is a legitimate question, not just a duplicate or common issue.
15
  - type: textarea
16
  id: question
17
  attributes:
 
10
  label: Do you need to ask a question?
11
  description: Please help us manage our time by avoiding duplicates and common questions with the steps below.
12
  options:
13
+ - label: I have searched the existing question and discussions and this question is not already answered.
14
+ - label: I believe this is a legitimate question, not just a bug or feature request.
15
  - type: textarea
16
  id: question
17
  attributes: