From 011dd1c22e2df62eaf4e402758729d88cc1da69f Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Fri, 4 Jan 2019 12:09:50 -0500 Subject: [PATCH 1/2] Add PR requirement to enable GitHub pages This is a new required check and needs to be done to each PR for the checks to pass. --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c63a6ec543e..1de1e3679ad 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,6 @@ - [ ] Have you followed the [contributing guidelines](https://github.com/github/opensource.guide/blob/master/CONTRIBUTING.md)? - [ ] Have you explained what your changes do, and why they add value to the Guides? +- [ ] Have you selected `Enable GitHub Pages` to trigger a pages build for this PR? **Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.** From 05f690f38f5355fc627951bc972839945d91c15a Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Fri, 4 Jan 2019 12:46:36 -0500 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1de1e3679ad..b2ba545943e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ - [ ] Have you followed the [contributing guidelines](https://github.com/github/opensource.guide/blob/master/CONTRIBUTING.md)? - [ ] Have you explained what your changes do, and why they add value to the Guides? -- [ ] Have you selected `Enable GitHub Pages` to trigger a pages build for this PR? +- [ ] Have you enabled GitHub Pages Previews by pressing `Enable GitHub Pages` on the right sidebar to trigger a pages build for this PR? **Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.**