From 4a87b95305fb5482c2b59eedc94faa51e1859397 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Fri, 6 Dec 2024 10:36:18 +0100 Subject: [PATCH 1/2] ci: Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 17b2e79ffa..0c39edfc6c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,19 +2,19 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: '✨ Enhancement' assignees: '' --- ### Why - Problem description -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + ### What - Proposed solution -A clear and concise description of what you want to happen. + ### Alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. + ### Additional context -Add any other context or screenshots about the feature request here. + From f930bd8db2a184c2b3ce8432367bbd6aabc27b46 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Fri, 3 Jan 2025 12:28:59 +0100 Subject: [PATCH 2/2] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0c39edfc6c..00a6acba40 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '✨ Enhancement' +type: '✨ Enhancement' assignees: '' ---