From efce5a831bd6fa1ba8b5190d2fd6344c53b236f1 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 3 Nov 2020 09:41:20 +0100 Subject: [PATCH] feat(misc) automatically assign feature-request tag to issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …if they are reported as a feature request, of course. --- .github/ISSUE_TEMPLATE/2-feature-request.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md index 58362e69c..54e600fb1 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.md +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -1,7 +1,9 @@ --- name: "Feature request" about: Suggest an idea for this project - +title: '' +labels: 'feature-request' +assignees: '' ---