From eeeaa238332a30621feae78ccc6e865a1b1603f5 Mon Sep 17 00:00:00 2001 From: simatec Date: Wed, 6 Nov 2024 12:13:04 +0100 Subject: [PATCH] (simatec) small fix --- .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 6b4539e..60b00c8 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 [German 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 [German 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 }}**