From 5da5b2be51689bed891e8775d7b56b7fa03ff30e Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Fri, 21 Apr 2017 12:20:58 -0300 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 1841667..4e6970c 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -15,6 +15,8 @@ Check all those that are applicable and complete. - [ ] Merged with latest `master` branch +- [ ] Regenerate documentation with `npm run docs` +- [ ] Update `CHANGELOG.md` - [ ] Added examples for testing to [examples/ directory](examples/) - [ ] Travis CI passes (Mac support) - [ ] AppVeyor passes (Windows support)