mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-05 12:25:53 -04:00
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:
parent
e83c8d0593
commit
c32fd269fb
2
.github/ISSUE_TEMPLATE/ask_for_help.yml
vendored
2
.github/ISSUE_TEMPLATE/ask_for_help.yml
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user