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
This commit is contained in:
GJS 2025-04-01 08:44:51 +02:00
parent e83c8d0593
commit c32fd269fb
No known key found for this signature in database
GPG Key ID: BE32D9EAF927E85B

View File

@ -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.