mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
GitHub
parent
8dcdc74915
commit
d43f9f7707
@ -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
|
||||
|
@ -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
|
||||
--------------------
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user