From 129df321dcc3150d432e88afe87eda13457f2f01 Mon Sep 17 00:00:00 2001 From: Jacob Burroughs Date: Thu, 2 Mar 2023 14:07:48 -0600 Subject: [PATCH] use correct label casing --- .github/ISSUE_TEMPLATE/ftc-events-bug-report.md | 2 +- .github/ISSUE_TEMPLATE/ftc-events-feature-request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ftc-events-bug-report.md b/.github/ISSUE_TEMPLATE/ftc-events-bug-report.md index 61b7f83..7e0583d 100644 --- a/.github/ISSUE_TEMPLATE/ftc-events-bug-report.md +++ b/.github/ISSUE_TEMPLATE/ftc-events-bug-report.md @@ -2,7 +2,7 @@ name: FTC Events Bug Report about: Submit a bug in ftc-events.firstinspires.org (including ftc-api) title: '' -labels: FTC-Events, bug +labels: ftc-events, bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/ftc-events-feature-request.md b/.github/ISSUE_TEMPLATE/ftc-events-feature-request.md index 348dcd6..1c21d2a 100644 --- a/.github/ISSUE_TEMPLATE/ftc-events-feature-request.md +++ b/.github/ISSUE_TEMPLATE/ftc-events-feature-request.md @@ -2,7 +2,7 @@ name: FTC Events Feature Request about: Suggest an idea for for ftc-events.firstinspires.org (including ftc-api) title: '' -labels: FTC-Events, enhancement +labels: ftc-events, enhancement assignees: '' ---