From 24c6d1e2ebbcce2ca60e3463758dda836b67ba16 Mon Sep 17 00:00:00 2001 From: akc3n Date: Fri, 8 Dec 2023 17:11:12 -0800 Subject: [PATCH] Fix syntax typo on line 15 Signed-off-by: akc3n --- .github/ISSUE_TEMPLATE/app_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 338ec27..ee5c06f 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -12,7 +12,7 @@ body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: **For updates or changes, comment on the existing reports.** Check for existing issues to prevent duplicates. + description: For updates or changes, comment on the existing reports. Check for existing issues to prevent duplicates. options: - label: I have searched the existing issues required: true