From 18c2b262ada44aacaa7eb2ccf6ddff7fee6bfdef Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Fri, 15 Sep 2017 06:11:46 +0000 Subject: [PATCH] docs: clarify PR process --- docs/contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 189d0b99..4e672470 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -22,9 +22,11 @@ To send a pull request: - fork the repo (button at the top right in GitHub) - clone the forked repo to your computer (green button in GitHub) +- Switch to the `next` branch (run `git checkout next`) - create a feature branch (run `git checkout -b the-feature-branch-name`) - make your changes -- run the tests (run `npm t`) +- run the tests (run `npm test`) +- push your changes to your fork - submit a pull request (go to the pull requests tab in GitHub, click the green button and select your feature branch)