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 d88aa4b664f1..a86c224ec85a 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 a2370e8e2a5d..28b8362c29d8 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 34eb6a39566b..9d713b2ddcf5 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 a151b5ebc67b..bbb4503ee184 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