From 4ae7fe6bcd81debd4edce7f8b0105bd8143f41e6 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Tue, 22 Mar 2022 11:02:51 +0100 Subject: [PATCH] Added small tweaks to the issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e5c66f9..0756672 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: 🐞 Bug report about: Create a bug report to help us improve this project -title: '' +title: '[Bug] ' labels: 'bug' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 77b8e2e..c65563c 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] ' labels: 'enhancement' assignees: ''