From fd153a2aa1976c76c7a7b20a2e9f4fb87e947990 Mon Sep 17 00:00:00 2001 From: Melissa Lopez Date: Mon, 30 Apr 2018 18:06:33 -0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE for clarity (#619) --- PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 7d3f6775..fce149ef 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ -Before your pull request is reviewed and merged, make sure you +Before your pull request is reviewed and merged, please ensure that: * [ ] there are no linting errors -- `npm run lint` -* [ ] code is in uniquely-named feature branch, and has been rebased on top of latest master. If you're asked to make more changes make sure you rebase onto master then too! -* [ ] pull request is descriptively named and links to an issue number, i.e. `Fixes #123` +* [ ] your code is in a uniquely-named feature branch and has been rebased on top of the latest master. If you're asked to make more changes, make sure you rebase onto master then too! +* [ ] your pull request is descriptively named and links to an issue number, i.e. `Fixes #123` -Thank you! \ No newline at end of file +Thank you!