From a882608902f87407bca6f847b8dfc237a8846e42 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 16 Apr 2019 15:16:22 -0500 Subject: [PATCH] Update the contribution docs for draft pull requests (#7619) Merge pull request 7619 --- .github/CONTRIBUTING.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.markdown b/.github/CONTRIBUTING.markdown index 64e89e96..7283ca88 100644 --- a/.github/CONTRIBUTING.markdown +++ b/.github/CONTRIBUTING.markdown @@ -115,6 +115,8 @@ If your contribution changes any Jekyll behavior, make sure to update the docume Jekyll's methods. It also provides you with helpful methods to quickly create a site or configuration. [Feel free to check it out!](https://github.com/jekyll/jekyll/blob/master/script/console) +* Previously, we've used the WIP Probot app to help contributors determine whether their pull request is ready for review. Please use a [draft pull request](https://help.github.com/en/articles/about-pull-requests#draft-pull-requests) instead. When you're ready, [mark the pull request as ready for review](https://help.github.com/en/articles/changing-the-stage-of-a-pull-request) + ## Running tests locally ### Test Dependencies