From 1590c5abab57ab708fbb6c0a02337811a98a6632 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 7 May 2022 20:35:44 +0100 Subject: [PATCH] chore: use conventional issue title --- .github/ISSUE_TEMPLATE/feature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index b192a6fc..9ddf3e26 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -1,6 +1,6 @@ name: Feature request description: Make a feature request -title: "[Feature Request]" +title: "feature request: " labels: ["enhancement"] body: - type: markdown