From 37303e38ec5e388516d9fb4266f9929087fe5117 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Fri, 21 Mar 2025 11:55:01 +0800 Subject: [PATCH] Refa: refine template. (#6381) ### What problem does this PR solve? ### Type of change - [x] Refactoring --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- .github/ISSUE_TEMPLATE/question.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a94ebe504..75ec0f3f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ -name: Bug Report +name: ""🐞 Bug Report" description: Create a bug issue for RAGFlow title: "[Bug]: " -labels: [bug] +labels: ["🐞 bug"] body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 25d138328..2ef7ec967 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ -name: Feature request +name: "💞 Feature request" description: Propose a feature request for RAGFlow. title: "[Feature Request]: " -labels: [feature request] +labels: ["💞 feature"] body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index a0846eef9..f50fc33c7 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,7 +1,7 @@ -name: Question +name: "🙋‍♀️ Question" description: Ask questions on RAGFlow title: "[Question]: " -labels: [question] +labels: ["🙋‍♀️ question"] body: - type: checkboxes attributes: