From c32fd269fbe0b759e8cd444dfbe20096851ddc0d Mon Sep 17 00:00:00 2001 From: GJS Date: Tue, 1 Apr 2025 08:44:51 +0200 Subject: [PATCH] Fixed: Correct typo in 'no-duplicate-question' description - Fixed a typo in the description for type: checkboxes, id: no-duplicate-question. - Updated the URL query parameter from `?` to `?q` to ensure proper search functionality. - Ensured that the description now links correctly to the list of existing issues. modified: .github/ISSUE_TEMPLATE/ask_for_help.yml --- .github/ISSUE_TEMPLATE/ask_for_help.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/ask_for_help.yml b/.github/ISSUE_TEMPLATE/ask_for_help.yml index 2cc8eba39..09b23f8ba 100644 --- a/.github/ISSUE_TEMPLATE/ask_for_help.yml +++ b/.github/ISSUE_TEMPLATE/ask_for_help.yml @@ -20,7 +20,7 @@ body: attributes: label: ⚠️ Please verify that your question has not already been reported description: | - To avoid duplicate reports, please search for any existing issues before submitting a new one. You can find the list of existing issues **[HERE](https://github.com/louislam/uptime-kuma/issues?=is%3Aissue%20sort%3Acreated-desc%20)**. + To avoid duplicate reports, please search for any existing issues before submitting a new one. You can find the list of existing issues **[HERE](https://github.com/louislam/uptime-kuma/issues?q=is%3Aissue%20sort%3Acreated-desc%20)**. options: - label: | I have searched the [existing issues](https://github.com/louislam/uptime-kuma/issues?q=is%3Aissue%20sort%3Acreated-desc%20) and found no similar reports.