From 0992bfb962d8261b619b00953fa6148365b4a14d Mon Sep 17 00:00:00 2001 From: xs5871 Date: Fri, 24 Mar 2023 22:38:27 +0000 Subject: [PATCH] Clarfify title format of issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 976eca1..45da602 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 report to help us improve -title: "[BUG]" +title: "[BUG] Title" labels: bug assignees: '' @@ -16,7 +16,7 @@ Steps to reproduce the behavior: * Setup and configuration of peripherals * Input: keys pressed, ... (Choose which are applicable.) - + **Expected behavior** A clear and concise description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 715514a..d2826f8 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: "[Enhancement]" +title: "[Enhancement] Title" labels: enhancement assignees: ''