From f70b4ca3c27afaf5c8ea65af81b7b0114a3cb8d5 Mon Sep 17 00:00:00 2001 From: nago <35883871+nagotown@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:00:10 -0700 Subject: [PATCH] Add links to "I have read Getting-Started and FAQ" checkbox It's already linked above, but people still seem to be having trouble clicking the link before clicking the checkbox. --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e30724c8d..1644e49da 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -12,7 +12,7 @@ body: attributes: label: Acknowledgement options: - - label: I have read Getting-Started and FAQ + - label: I have read [Getting-Started](https://github.com/stakira/OpenUtau/wiki/Getting-Started) and [FAQ](https://github.com/stakira/OpenUtau/wiki/FAQ) required: true - label: If dealing with version 0.1.549 or higher, you have installed the .NET 8 runtime required: true