Skip to content

Commit

Permalink
chore: add a note about using Draft PR's importance (#12678)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmiran137 committed Jan 23, 2021
1 parent dc740ec commit 0143a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ The purpose is to separate problem from possible solutions.

In general, small PRs are always easier to review than large PRs. The best practice is to break your work into smaller independent PRs and refer to the same issue. This will greatly reduce turnaround time.

If you wish to share your work which is not ready to merge yet, create a [Draft PR](https://github.blog/2019-02-14-introducing-draft-pull-requests/). This will enable maintainers and the CI runner to prioritize mature PR's.

Finally, never submit a PR that will put master branch in broken state. If the PR is part of multiple PRs to complete a large feature and cannot work on its own, you can create a feature branch and merge all related PRs into the feature branch before creating a PR from feature branch to master.

### Protocol
Expand Down

0 comments on commit 0143a98

Please sign in to comment.