From 5fa130577a183772d76f4a741521860bdd5ee06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Fri, 29 Sep 2023 02:56:40 +0200 Subject: [PATCH] fix(featreq_template): change name from Issue report to Feature request (#20) --- .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 6de2161..9ebd200 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: Issue report +name: Feature request description: Report any errors, bugs, or unexpected behaviors related to presence.nvim title: "[FEAT]: " labels: [enhancement]