From a1c51a58853ac3397571ee352d434aa3f6dbbcca Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 16 May 2024 00:44:17 +0800 Subject: [PATCH] chore: catch up label updates (#3951) Signed-off-by: tison --- .github/ISSUE_TEMPLATE/{bug_report.yml => bug-report.yml} | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/{feature_request.yml => feature.yml} | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => bug-report.yml} (99%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => feature.yml} (95%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml index d88aa4b664..a86c224ec8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ --- name: Bug report description: Is something not working? Help us fix it! -labels: [ "bug" ] +labels: [ "C-bug" ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a2370e8e2a..28b8362c29 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://greptime.com/slack about: Get free help from the Greptime community - name: Greptime Community Discussion - url: https://github.com/greptimeTeam/greptimedb/discussions + url: https://github.com/greptimeTeam/discussions about: Get free help from the Greptime community diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 34eb6a3956..9d713b2ddc 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,7 +1,7 @@ --- name: Enhancement description: Suggest an enhancement to existing functionality -labels: [ "enhancement" ] +labels: [ "C-enhancement" ] body: - type: dropdown id: type diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature.yml similarity index 95% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature.yml index a151b5ebc6..bbb4503ee1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,7 @@ --- -name: Feature request +name: New Feature description: Suggest a new feature for GreptimeDB -labels: [ "feature request" ] +labels: [ "C-feature" ] body: - type: markdown id: info