From a6a4c3760a2f703dadbb0c1730e33e3232a0809b Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Tue, 20 Jul 2021 20:16:26 -0300 Subject: [PATCH] GitHub: Redirecting Feature Requests to GitHub Discussions (#36826) * PR for Github Enhancements * Accidentally commited a file from another branch, fixing * One other docs file left hanging - removing * retrigger checks * using drone.yml from main --- .../{3-accessibility.md => 2-accessibility.md} | 0 .github/ISSUE_TEMPLATE/2-feature_request.md | 11 ----------- ...fana_ui_component.md => 3-grafana_ui_component.md} | 0 .github/ISSUE_TEMPLATE/config.yml | 3 +++ 4 files changed, 3 insertions(+), 11 deletions(-) rename .github/ISSUE_TEMPLATE/{3-accessibility.md => 2-accessibility.md} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/2-feature_request.md rename .github/ISSUE_TEMPLATE/{4-grafana_ui_component.md => 3-grafana_ui_component.md} (100%) 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.