From 346a8919a415d400bdf07ef5ecdc87f695d12f29 Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 18 Apr 2025 15:31:34 +0800 Subject: [PATCH] Remove from issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e5845de1..780a2008 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report -title: "[Bug]: <title>" +title: "[Bug]:" labels: ["bug", "triage"] body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5e5b5dd4..3c127d59 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: Feature Request description: File a feature request labels: ["enhancement"] -title: "[Feature Request]: <title>" +title: "[Feature Request]:" body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 156a5497..26fed23d 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,7 +1,7 @@ name: Question description: Ask a general question labels: ["question"] -title: "[Question]: <title>" +title: "[Question]:" body: - type: checkboxes