From 164faf65bbc1eb41556509ecbc2dd2e570320d51 Mon Sep 17 00:00:00 2001 From: David Allison <62114487+david-allison@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:39:19 +0100 Subject: [PATCH] docs(bug-report): improve link to issues A user only searched open issues We also want them to check the closed issues * https://redirect.github.com/ankidroid/Anki-Android/issues/17040 --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 43a57160cf..c83a0326bc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -9,7 +9,7 @@ body: id: contact attributes: label: Checked for duplicates? - description: Quickly search our [open issues](https://github.com/ankidroid/Anki-Android/issues) to see if a similar issue exists + description: Quickly search our [issues](https://github.com/ankidroid/Anki-Android/issues?q=is%3Aissue) to see if a similar issue exists options: - label: This issue is not a duplicate required: true