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 }}**