diff --git a/.github/ISSUE_TEMPLATE/06_feature_request.yml b/.github/ISSUE_TEMPLATE/06_feature_request.yml index 9cf2f69540d..c2108af202e 100644 --- a/.github/ISSUE_TEMPLATE/06_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/06_feature_request.yml @@ -1,7 +1,7 @@ name: 💡 Feature Request description: Suggest an idea for this project. title: "[Feature Request]: " -labels: ["Feature Request"] +labels: ["Feature Request", "needs-triage"] body: - type: textarea attributes: @@ -24,4 +24,4 @@ body: - type: textarea attributes: label: Alternative Designs - description: If you have an idea how to achieve this new feature, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of. \ No newline at end of file + description: If you have an idea how to achieve this new feature, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of.