Skip to content

Conversation

@Savvythelegend
Copy link
Member

This PR resolves the 404 "page not found" error that occurs when a contributor clicks the link to the CONTRIBUTING.md file in the automated Issue and PR comment workflows.

The link was broken because the file was moved to the new structure (docs/CONTRIBUTING.md), but the automated workflow files were not updated.

This change modifies the hardcoded URL within the two primary auto-comment workflow files, pointing the link to the correct location. This fixes a critical usability bug for all new contributors.

Fixes #1679

Type of change

  • Added a new machine learning frameworks, libraries or software.
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code
  • I have made corresponding changes to the documentation (Only fixing a link, no actual documentation content changed)
  • My changes generate no new warnings

Updated the comment body in the autocomment workflow to include a link to the correct CONTRIBUTING.md file.
Updated the link to CONTRIBUTING.md in PR comment.
@github-actions
Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@sanjay-kv sanjay-kv added duplicate This issue or pull request already exists level 3 hacktoberfest-accepted recode labels Oct 23, 2025
@sanjay-kv sanjay-kv merged commit 58b93de into recodehive:main Oct 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duplicate This issue or pull request already exists hacktoberfest-accepted level 3 recode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐞[Bug]: CONTRIBUTING.md links in auto-comment workflows lead to 404 error

2 participants