From e75c48fc88841d23785abdfc3aab7a4446b6fffa Mon Sep 17 00:00:00 2001 From: StevenH237 Date: Sat, 1 Jun 2024 22:29:03 -0400 Subject: [PATCH] Fix "latest version" links in issue forms (#936) * Update issue_report.yml "I have updated the app to the latest version" doesn't properly link to the latest version. This commit fixes that. * Update feature_request.yml Same deal as previous commit: Fix the "latest version" link. --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/issue_report.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6f5e1068..14e9b09e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -28,7 +28,7 @@ body: options: - label: I have written a short but informative title. required: true - - label: I have updated the app to **[the latest version](https://github.com/user/repo/releases/latest)**. + - label: I have updated the app to **[the latest version](https://github.com/dessalines/thumb-key/releases/latest)**. required: true - label: I have checked through the app settings for my feature. required: true diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index 359fe274..11ff6226 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -81,7 +81,7 @@ body: options: - label: I have written a short but informative title. required: true - - label: I have updated the app to **[the latest version](https://github.com/user/repo/releases/latest)**. + - label: I have updated the app to **[the latest version](https://github.com/dessalines/thumb-key/releases/latest)**. required: true - label: >- I have searched the existing issues and this is a new one, **NOT** a