From 0ace3f4fb99b46ef6f9e13095e8d4bb8f4807098 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Wed, 30 Jan 2019 06:54:23 -0800 Subject: [PATCH] Add note to README about netlify PR preview https://github.com/jupyter/jupyter.github.io/pull/321#issuecomment-458829277 Thanks @choldgraf for sharing this tip. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 685071e9..055180be 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,11 @@ Travis will run and test: - html-proofer - csslint +# Previewing a Pull Request + +Netlify is used to provide a link to a rendered website with the changes proposed +in a PR. This convenience helps reviewers see how the change would look +before it is deployed in production. + +The link is found in the GitHub PR status box. In the **deploy/netlify** section, +click on the `Details` link.