From 2b63fb1081df6ebc8f575138977d9136b31def68 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 4 Mar 2021 16:52:59 +0100 Subject: [PATCH] Add spaces between names of issue templates --- .github/ISSUE_TEMPLATE/bugreport.yaml | 2 +- .github/ISSUE_TEMPLATE/featurerequest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yaml b/.github/ISSUE_TEMPLATE/bugreport.yaml index 93c3dcaa39..41c2e79596 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yaml +++ b/.github/ISSUE_TEMPLATE/bugreport.yaml @@ -1,4 +1,4 @@ -name: BugReport +name: Bug Report description: Create a report to help us fix issues. labels: "Type: Bug" issue_body: true diff --git a/.github/ISSUE_TEMPLATE/featurerequest.yaml b/.github/ISSUE_TEMPLATE/featurerequest.yaml index af475e9aeb..a398b204d6 100644 --- a/.github/ISSUE_TEMPLATE/featurerequest.yaml +++ b/.github/ISSUE_TEMPLATE/featurerequest.yaml @@ -1,4 +1,4 @@ -name: FeatureRequest +name: Feature Request description: Suggest an idea for this project. labels: "Type: New Feature" issue_body: true