From 5b195ffe749e3620ba00e6e4d811c5c05432ae54 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 3 Jul 2019 00:14:23 +0530 Subject: [PATCH] Generate a new site to reflect unreleased changes --- docs/_docs/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_docs/contributing.md b/docs/_docs/contributing.md index e709fcae..93f1674c 100644 --- a/docs/_docs/contributing.md +++ b/docs/_docs/contributing.md @@ -119,6 +119,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