From 72fcb6c65919766c22793e56792b3b3bb5d1ee4a Mon Sep 17 00:00:00 2001 From: Brandon Casey Date: Mon, 14 Nov 2016 15:28:01 -0500 Subject: [PATCH] chore(pr_template): add checkbox to verify changes in a browser (#3775) --- .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 774e61c179..e1c922e786 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,7 @@ Please list the specific changes involved in this pull request. ## Requirements Checklist - [ ] Feature implemented / Bug fixed - [ ] If necessary, more likely in a feature request than a bug fix + - [ ] Change has been verified in an actual browser (Chome, Firefox, IE) - [ ] Unit Tests updated or fixed - [ ] Docs/guides updated - [ ] Example created ([starter template on JSBin](http://jsbin.com/axedog/edit?html,output))