diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57001f0..260644f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,10 +22,10 @@ Assuming that you don't see any red, you're ready to go. Just be sure to run `gr ## Submitting pull requests -1. Create a new branch, please don't work in your `master` branch directly. +1. Create a new branch, please don't work in your `master` branch directly. Please pull from the `dev` branch. 1. Add failing tests for the change you want to make. Run `grunt` to see the tests fail. 1. Fix stuff. 1. Run `grunt` to see if the tests pass. Repeat steps 2-4 until done. 1. Open `test/*.html` unit test file(s) in actual browser to ensure tests pass everywhere. 1. Update the documentation to reflect any changes. -1. Push to your fork and submit a pull request. +1. Push to your fork and submit a pull request (back to the `dev` branch). |