From 6f5453d64f6438adbc99ee5f2d85e9011e233098 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 29 Apr 2025 09:27:35 -0700 Subject: [PATCH] Fix a copy-paste error in the bug report template. As I was about to file a bug, I noticed a typo, so figured it was worth sending a quick PR. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 586fde34d..6ad29efec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Report a problem with TinyUSB Library +description: Report a problem with the Adafruit nRF52 Arduino Core labels: 'Bug' body: - type: markdown