From ebd4e6b28e8a3cc333e9daba87a8243595aea9af Mon Sep 17 00:00:00 2001 From: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:09:53 -0300 Subject: [PATCH] Make feature request issue template apply appropriate tag (#671) --- .github/ISSUE_TEMPLATE/feature-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index ab2db83..49480ff 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: 🛠️ Feature Request -description: Create a feature request for Vesktop -labels: [bug] -title: "[Bug] " +description: Request a feature for Vesktop +labels: [enhancement] +title: "[Feature Request] <title>" body: - type: markdown