From da62edb0cc3bd542e6baf2b8d049f78f414f12ad Mon Sep 17 00:00:00 2001 From: MicBlaze <133346323+MicBlaze@users.noreply.github.com> Date: Sat, 13 May 2023 04:24:57 -0700 Subject: [PATCH] Prepend [Feature Request] to template title The power of the default. I noticed the bug report template started with [BUG], so I thought it might be helpful to have feature requests be the same to help make users keep requests in the same format. --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d6..7e3a2deab 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: '' +title: "[Feature Request] " labels: '' assignees: ''