Suggest draft PRs in contribution_guide.rst (#84658)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/84658
Approved by: https://github.com/huydhn
This commit is contained in:
Sergii Dymchenko 2022-09-08 03:12:50 +00:00 committed by PyTorch MergeBot
parent 0945074a8e
commit 49ec8d32c7

View File

@ -73,11 +73,13 @@ here is the basic process.
- **Open a pull request.**
- If you are not ready for the pull request to be reviewed, tag it
with [WIP]. We will ignore it when doing review passes. If you are
working on a complex change, it's good to start things off as WIP,
because you will need to spend time looking at CI results to see
if things worked out or not.
- If you are not ready for the pull request to be reviewed, create a draft
pull request first - you can later convert it to a full PR by pressing
"Ready for review" button. You can also prepend the title of the PR with
"[WIP]" ("work in progress") while it's still in draft. We will ignore
draft PRs when doing review passes. If you are working on a complex change,
it's good to start things off as a draft, because you will need to spend
time looking at CI results to see if things worked out or not.
- Find an appropriate reviewer for your change. We have some folks
who regularly go through the PR queue and try to review
everything, but if you happen to know who the maintainer for a