From deb636b58fe13e41ad2e84cd3846a7367c711a4b Mon Sep 17 00:00:00 2001 From: simatec Date: Fri, 8 Nov 2024 08:48:23 +0100 Subject: [PATCH] (simatec) Fix Issue yml --- .github/workflows/new-issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-issue.yml b/.github/workflows/new-issue.yml index 60b00c8..c0433c8 100644 --- a/.github/workflows/new-issue.yml +++ b/.github/workflows/new-issue.yml @@ -33,7 +33,7 @@ jobs: issue-number: ${{ github.event.issue.number }} body: | Thanks for reporting a new issue @${{ github.actor }}! - 1. Please make sure your topic is not covered in the [documentation](https://github.com/${{ github.event.repository.full_name }}/blob/v${{ steps.get_npm_version.outputs.LATEST_VERSION }}/Readme.md) + 1. Please make sure your topic is not covered in the [documentation](https://github.com/${{ github.event.repository.full_name }}/blob/v${{ steps.get_npm_version.outputs.LATEST_VERSION }}/README.md) 2. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue 3. [Search for the issue topic](https://github.com/${{ github.event.repository.full_name }}/issues?q=is%3Aissue) in other/closed issues to avoid duplicates! ---- @@ -46,7 +46,7 @@ jobs: issue-number: ${{ github.event.issue.number }} body: | Thanks for reporting a new issue @${{ github.actor }}! - 1. Please make sure your topic is not covered in the [documentation](https://github.com/${{ github.event.repository.full_name }}/blob/v${{ steps.get_npm_version.outputs.LATEST_VERSION }}/Readme.md) + 1. Please make sure your topic is not covered in the [documentation](https://github.com/${{ github.event.repository.full_name }}/blob/v${{ steps.get_npm_version.outputs.LATEST_VERSION }}/README.md) 2. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue 3. [Search for the issue topic](https://github.com/${{ github.event.repository.full_name }}/issues?q=is%3Aissue) in other/closed issues to avoid duplicates! 4. Ensure that you use the latest available **beta version** of this adapter (not the current stable version): **${{ steps.get_npm_version.outputs.LATEST_VERSION }}**