Describe the bug you found in AsyncAPI Docs.
What is wrong?
The GitHub Actions bot welcome message that is automatically posted on new issues
contains a broken link to the basic recommended setup documentation.
Where it appears
This message is posted by GitHub Actions as an automated comment on newly created
issues across AsyncAPI repositories (for example: asyncapi/community).
Example text from the bot:
“Please check out our contributors guide and the instructions about a
basic recommended setup useful for opening a pull request.”
Broken link
The link behind basic recommended setup points to a non-existing file and returns 404:
https://github.com/asyncapi/community/blob/master/docs/010-contribution-guidelines/basic-recommended-setup.md
Expected behavior
The GitHub Actions welcome message should link to the correct and existing
basic recommended setup documentation.
Attach any resources that can help us understand the issue.
Evidence
404 link location
link goes to 404
Code of Conduct
Are you willing to work on this issue ?
Yes I am willing to submit a PR!