From f8749646eeff1914961e0558ef2b75ed525e0ccb Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Sat, 8 Oct 2022 00:19:32 +0800 Subject: [PATCH] chore: update issue template docs link --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ee4df78..e4496e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -45,7 +45,7 @@ body: required: true - label: Read the [Contributing Guidelines](https://github.com/alex8088/electron-vite/blob/master/CONTRIBUTING.md). required: true - - label: Read the [docs](https://github.com/alex8088/electron-vite#readme). + - label: Read the [docs](https://evite.netlify.app). required: true - label: Check that there isn't [already an issue](https://github.com/alex8088/electron-vite/issues) that reports the same bug to avoid creating a duplicate. required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 48faf4b..14c5bea 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -40,7 +40,7 @@ body: required: true - label: Read the [Contributing Guidelines](https://github.com/alex8088/electron-vite/blob/master/CONTRIBUTING.md). required: true - - label: Read the [docs](https://github.com/alex8088/electron-vite#readme). + - label: Read the [docs](https://evite.netlify.app). required: true - label: Check that there isn't [already an issue](https://github.com/alex8088/electron-vite/issues) that reports the same bug to avoid creating a duplicate. required: true