From 7272e7d92bb4d5b6659a507f58d0a6462ee1502c Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Tue, 25 Jan 2022 08:28:09 +0100 Subject: [PATCH] Fix labels in yaml forms --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/firmware-bug-report.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index ae3fd727ce..b2e133c4a1 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest an idea for for a new feature for Betaflight. -labels: [Template: Feature Request] +labels: ["Template: Feature Request"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/firmware-bug-report.yml b/.github/ISSUE_TEMPLATE/firmware-bug-report.yml index c78097f13e..3ffd991d43 100644 --- a/.github/ISSUE_TEMPLATE/firmware-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/firmware-bug-report.yml @@ -1,6 +1,6 @@ name: Firmware Bug Report description: Create a report to help us fix bugs in the Betaflight firmware. -labels: [Template: Bug] +labels: ["Template: Bug"] body: - type: markdown