Add redirect links to the contributor wiki (#106863)

* Update contribution guide links to the wiki page

---------

Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
This commit is contained in:
Suraj Subramanian
2023-09-21 22:01:20 -04:00
committed by GitHub
parent 8dcdc74915
commit d43f9f7707
3 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Thank you for your interest in contributing to PyTorch!
If you're a new contributor, please first take a read through our
[Contributing Guidelines](https://docs.google.com/document/d/1oNhUeGE-8ajsYaMpoV6ZQANQZVeKrdFanI9VMbFzOzc/edit)
[Contributing Guide](https://github.com/pytorch/pytorch/wiki/The-Ultimate-Guide-to-PyTorch-Contributions), specifically the [Submitting a Change](https://github.com/pytorch/pytorch/wiki/The-Ultimate-Guide-to-PyTorch-Contributions#submitting-a-change) section
that walks through the process of contributing a change to PyTorch.
The rest of this document (CONTRIBUTING.md) covers some of the more technical

View File

@ -1,9 +1,16 @@
.. note::
This page has been deprecated. Please refer to the `Contribution Guide <https://github.com/pytorch/pytorch/wiki/The-Ultimate-Guide-to-PyTorch-Contributions>`_ on the PyTorch Wiki.
PyTorch Contribution Guide
==========================
PyTorch is a GPU-accelerated Python tensor computation package for
building deep neural networks using a tape-based autograd systems.
Contribution Process
--------------------

View File

@ -312,9 +312,9 @@ discuss.
relatively minor, a pull request on GitHub can be opened up immediately
for review and merge by the project committers. For larger changes,
please open an issue to make a proposal to discuss prior. Please also
see the :doc:`PyTorch Contributor
Guide <contribution_guide>` for contribution
guidelines.
see the `PyTorch Contributor
Wiki <https://github.com/pytorch/pytorch/wiki/The-Ultimate-Guide-to-PyTorch-Contributions>` for contribution
for a walkthrough.
**Q: Can I become a committer on the project?** Unfortunately, the
current commit process to PyTorch involves an interaction with Facebook