From: kshitij12345 Date: Thu, 21 Mar 2019 20:10:34 +0000 (-0700) Subject: Fix contribution_guide docs (#18237) X-Git-Tag: accepted/tizen/6.5/unified/20211028.231830~699 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c671c56c16b203ececd1ee6f70a0f6fcb9265a5;p=platform%2Fupstream%2Fpytorch.git Fix contribution_guide docs (#18237) Summary: Fixes Typo and a Link in the `docs/source/community/contribution_guide.rst` Pull Request resolved: https://github.com/pytorch/pytorch/pull/18237 Differential Revision: D14566907 Pulled By: ezyang fbshipit-source-id: 3a75797ab6b27d28dd5566d9b189d80395024eaf --- diff --git a/docs/source/community/contribution_guide.rst b/docs/source/community/contribution_guide.rst index f485345..8b95097 100644 --- a/docs/source/community/contribution_guide.rst +++ b/docs/source/community/contribution_guide.rst @@ -78,7 +78,7 @@ here is the basic process. - We'll try our best to minimize the number of review roundtrips and block PRs only when there are major issues. For the most common - issues in pull requests, take a look at `Common Mistakes `__. + issues in pull requests, take a look at `Common Mistakes <#common-mistakes-to-avoid>`__. - Once a pull request is accepted and CI is passing, there is nothing else you need to do; we will merge the PR for you. @@ -282,7 +282,7 @@ Frequently asked questions master or rebase with latest changes. Pushing your changes should re-trigger CI tests. If the tests persist, you'll want to trace through the error messages and resolve the related issues. -- **What are the most high risk changes?** Anything that tourhces build +- **What are the most high risk changes?** Anything that touches build configuration is an risky area. Please avoid changing these unless you've had a discussion with the team beforehand. - **Hey, a commit showed up on my branch, what's up with that?**