mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Fix labels in yaml forms
This commit is contained in:
parent
f2559fbfd8
commit
7272e7d92b
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue