From 33ce515f790b6812cec068dc0aac92a7ecbf5570 Mon Sep 17 00:00:00 2001 From: Ivan Kalashnikov Date: Thu, 22 Jan 2026 19:42:05 +0700 Subject: [PATCH] fix(issue-templates): correct type casing from 'Future' to 'Feature' in feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3d772f811..0e5dee81a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: 💡 Feature Request description: Suggest an idea for this project. title: '💡 ' -type: Future +type: Feature body: - type: markdown