diff --git a/.github/ISSUE_TEMPLATE/3-accessibility.md b/.github/ISSUE_TEMPLATE/2-accessibility.md similarity index 100% rename from .github/ISSUE_TEMPLATE/3-accessibility.md rename to .github/ISSUE_TEMPLATE/2-accessibility.md diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.md b/.github/ISSUE_TEMPLATE/2-feature_request.md deleted file mode 100644 index ccb9f3cc391..00000000000 --- a/.github/ISSUE_TEMPLATE/2-feature_request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Enhancement request -about: Suggest an enhancement or new feature for the Grafana project -labels: 'type: feature request' ---- - - - -**What would you like to be added**: - -**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/4-grafana_ui_component.md b/.github/ISSUE_TEMPLATE/3-grafana_ui_component.md similarity index 100% rename from .github/ISSUE_TEMPLATE/4-grafana_ui_component.md rename to .github/ISSUE_TEMPLATE/3-grafana_ui_component.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8211d8ee69c..d5f2b80cd50 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Feature Request + url: https://github.com/grafana/grafana/discussions/new + about: Discuss ideas for new features of changes - name: Questions & Help url: https://community.grafana.com about: Please ask and answer questions here.