From 3812059b9761b76369e07fc6dfe117e3905e821a Mon Sep 17 00:00:00 2001 From: Natalia Bernarte Oses <74534993+natellium@users.noreply.github.com> Date: Fri, 18 Aug 2023 16:48:31 +0200 Subject: [PATCH] Recreate feature requests template and remove link to discussions (#73459) * recreate feature requests template and remove link to discussions * update feature request template * change order or template questions --- .github/ISSUE_TEMPLATE/1-feature_requests.md | 21 +++++++++++++++++++ .../{1-staff_issues.md => 9-staff_issues.md} | 0 .github/ISSUE_TEMPLATE/config.yml | 3 --- 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/1-feature_requests.md rename .github/ISSUE_TEMPLATE/{1-staff_issues.md => 9-staff_issues.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/1-feature_requests.md b/.github/ISSUE_TEMPLATE/1-feature_requests.md new file mode 100644 index 00000000000..ab43f8c1d83 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-feature_requests.md @@ -0,0 +1,21 @@ +--- +name: Feature Requests +about: Suggest an enhancement or new feature for the Grafana project +labels: 'type/feature-request' +--- + + + +**Why is this needed**: + +[Add a description of the problem the feature is trying to solve.] + + +**What would you like to be added**: + +[Add a brief description of what the feature or enhancement should do.] + + +**Who is this feature for?** + +[Add information on what kind of user the feature is for.] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/1-staff_issues.md b/.github/ISSUE_TEMPLATE/9-staff_issues.md similarity index 100% rename from .github/ISSUE_TEMPLATE/1-staff_issues.md rename to .github/ISSUE_TEMPLATE/9-staff_issues.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0bd55853dbf..8211d8ee69c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Feature Request - url: https://github.com/grafana/grafana/discussions/new - about: Discuss ideas for new features or enhancements - name: Questions & Help url: https://community.grafana.com about: Please ask and answer questions here.