From 100b9c2bb5e35b4e3a914ffc5762b0ddfba368f3 Mon Sep 17 00:00:00 2001 From: Sheepux Date: Mon, 7 Aug 2023 21:27:30 +0200 Subject: [PATCH] Fix issue template hyperlinks --- .../ISSUE_TEMPLATE/1-connector-website-not-working.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-connector-website-not-working.yml b/.github/ISSUE_TEMPLATE/1-connector-website-not-working.yml index 13360db424..582a8b8a0f 100644 --- a/.github/ISSUE_TEMPLATE/1-connector-website-not-working.yml +++ b/.github/ISSUE_TEMPLATE/1-connector-website-not-working.yml @@ -12,8 +12,8 @@ body: required: true - type: checkboxes attributes: - label: Did you read [the troubleshooting guide](https://hakuneko.download/docs/troubleshoot/) - description: Please check if your issue might not be related to some known cases. + label: Did you read the troubleshooting guide ? + description: Please check [the troubleshooting guide](https://hakuneko.download/docs/troubleshoot/) if your issue might not be related to some known cases. options: - label: I read it but nothing seems related required: true @@ -22,12 +22,12 @@ body: label: Is the website of the connector working properly ? description: If the website isn't working, hakuneko will not solve the issue. options: - - label: Yes i'm ble to see the manga within my standard browser + - label: Yes i'm able to see the manga within my standard browser required: true - type: checkboxes attributes: - label: Make sure to [try Nightly Build](https://github.com/manga-download/hakuneko/releases) - description: Nightly build contains latest fixes, maybe your problem is already solved. + label: Make sure to try Nightly Build + description: The [nightly build](https://github.com/manga-download/hakuneko/releases) contains latest fixes. Perhaps your problem is already solved. options: - label: Yes nightly build didn't fix the issue required: true