docs: standardize contribution guide URL in CONTRIBUTING.md#36445
docs: standardize contribution guide URL in CONTRIBUTING.md#36445Jack-sh1 wants to merge 1 commit intofacebook:mainfrom
Conversation
docs: standardize contribution guide URL in CONTRIBUTING.md CONTRIBUTING.md links to reactjs.org/docs/how-to-contribute.html while README.md uses legacy.reactjs.org/docs/how-to-contribute.html. Align CONTRIBUTING.md to use the same legacy.reactjs.org domain as README.md. Closes facebook#36341 EOF )"
|
Hi @Jack-sh1! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
@CLAassistant check |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Summary
CONTRIBUTING.md currently links to
reactjs.org/docs/how-to-contribute.htmlwhile README.md uses
legacy.reactjs.org/docs/how-to-contribute.html.This PR updates the URL in CONTRIBUTING.md to match README.md, ensuring
contributors are directed to the same canonical page from both files.
Closes #36341
How did you test this change?
Verified both URLs resolve to the same page. No code changes involved.