From 89246821f63c86ec478408cd48cfc0a5a6f865af Mon Sep 17 00:00:00 2001 From: akc3n Date: Fri, 8 Dec 2023 16:14:24 -0800 Subject: [PATCH] Fix existing issue question 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 f4fed7a..0728023 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: Please search to see if an issue already exists to avoid creating duplicates. + description: Check for existing issues to prevent duplicates. **For updates or changes, comment on the existing reports.** options: - label: I have searched the existing issues required: true