-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
đź“„ DocumentationInternal or public documentationInternal or public documentation
Description
🔍 Issue Description
Describe the bug
The "Contributing" link in the README’s Table of Contents doesn’t navigate to the correct section.
Clicking the link does nothing or jumps to an incorrect location.
To Reproduce
- Open the main README.md file on GitHub.
- Click on the “Contributing” entry in the Table of Contents.
Observe that the link fails to scroll to the corresponding section.
Expected behavior
Clicking the “Contributing” link should navigate smoothly to the ## ⚒️ Contributing section.
🖼️ Screenshots or Examples (Optional)

đź’ˇ Suggested Improvement (Optional)
Add an explicit HTML ID to the heading:
## ⚒️ Contributing <a id="contributing"></a>
📜 Code of Conduct
- I have checked the existing issues to avoid duplicates.
- I am willing to work on this issue (optional)
âś… Acceptance Criteria
- The documentation has been generated without errors.
- The new text has been reviewed for grammar and clarity.
- The 90-character line length limit has been followed where possible.
- All links and cross-references in the documentation work correctly.
- If applicable, screenshots of the updated documentation are included in the pull request.
Metadata
Metadata
Assignees
Labels
đź“„ DocumentationInternal or public documentationInternal or public documentation