docs: replace legacy contributing links in README - #37256
docs: replace legacy contributing links in README#37256Rezakarimzadeh98 wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the root README to stop linking to the legacy “how to contribute” documentation URLs and instead point contributing-related links (including the “PRs Welcome” badge) at the repository-local CONTRIBUTING.md.
Changes:
- Updated the “PRs Welcome” badge link target to
./CONTRIBUTING.md. - Replaced legacy contributing guide links in the Documentation and Contributing sections with
./CONTRIBUTING.md.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| ### [Contributing Guide](./CONTRIBUTING.md) | ||
|
|
||
| Read our [contributing guide](https://legacy.reactjs.org/docs/how-to-contribute.html) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React. | ||
| Read our [contributing guide](./CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React. |
|
Thanks for the review. Clarifying intent: this PR is strictly a README link-consistency update (pointing contributing references to the repository entry point). I’m not changing the contents of |
|
Friendly follow-up: docs-only scope here. If maintainers prefer, I can update the target link choice in a follow-up patch right away. |
dianatofficial
left a comment
There was a problem hiding this comment.
Clean implementation. Types and docs are up to date.
|
Signed the Meta Individual CLA for this account. Happy to adjust the link targets if maintainers prefer a different destination. |
Summary
CONTRIBUTING.mdWhy
The README currently points contributors to legacy docs for contribution instructions. Linking to the maintained repository guide keeps onboarding current and self-contained.
How did you test this change?
./CONTRIBUTING.mdScope
Docs-only changes. No runtime behavior impact.