Updated The Ultimate Guide to PyTorch Contributions (markdown)

albanD
2025-06-20 19:37:52 -04:00
parent 6e5ace5d19
commit 4c854c5c74

@ -82,7 +82,8 @@ Here are some resources for developing PyTorch docs:
-----
## Getting Started with Pull Requests
Here are some resources that can help you contribute pull requests:
Here are some resources that can help you contribute pull requests.
While you can use any tool you want to work on a PR (including AI coding tools, fuzzers, linters), the PR being submitted is your own responsibility and must follow the appropriate coding practices within our codebase. Maintainers will not review the PR until it is following common coding practices inside the codebase (described below) and will deal with repeated, low quality PR, similarly to spam on the repo. When in doubt about anything, please ask on the issue for guidance.
### Familiarize yourself with the codebase
- [[Core Frontend Onboarding]]