From fc42f6211d410ea8db75018292df8f311078a7fe Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 31 May 2026 21:08:08 +0200 Subject: [PATCH] docs: add "needs more upvotes" label as default --- .github/ISSUE_TEMPLATE/feature.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index a3c70313..31f540bb 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,8 @@ name: 🚀 Feature description: "Submit a proposal for a new feature" title: "🚀 Feature: " -type: 'Feature' +type: "Feature" +labels: ["needs more upvotes"] body: - type: textarea id: feature-description