From 5979dcfc175930b37f3abcc3fa84f2e443ca10ed Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 16 Nov 2022 15:46:52 +0800 Subject: [PATCH] chore: remote issue title prefix from template (#533) * chore: remote issue title prefix from template Signed-off-by: Ruihang Xia * change feature request's label name Signed-off-by: Ruihang Xia Signed-off-by: Ruihang Xia --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/enhancement.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f3652a4623..2742498469 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,7 @@ --- name: Bug report description: Is something not working? Help us fix it! -title: "[Bug]: " -labels: ["bug", "triage"] +labels: [ "bug" ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 56bc6d23be..34eb6a3956 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,7 +1,6 @@ --- name: Enhancement description: Suggest an enhancement to existing functionality -title: "[Enhancement]: <Title>" labels: [ "enhancement" ] body: - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a7c6a57c22..a151b5ebc6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,8 +1,7 @@ --- name: Feature request description: Suggest a new feature for GreptimeDB -title: "[Feature]: <Feature name>" -labels: [ "feature-request" ] +labels: [ "feature request" ] body: - type: markdown id: info