From 05914213e2a1df6d9d765b589f18459aaae91009 Mon Sep 17 00:00:00 2001 From: Yannick Stephan Date: Wed, 19 Feb 2025 20:27:56 +0100 Subject: [PATCH] updated templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.yml | 22 ++++++++-------------- .github/ISSUE_TEMPLATE/question.yml | 4 ++-- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 35d55b99..e5845de1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 790fdb1e..5e5b5dd4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index b8ed439d..156a5497 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -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: