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.