Skip to content

Commit 0092570

Browse files
committed
Merge branch 'master' into development
2 parents 0bd4f80 + 2bcac6e commit 0092570

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ All code changes happen through Github Pull Requests and we actively welcome the
88

99
## Pull Requests - How to
1010

11-
1. Fork the repo (git clone ...)
12-
2. Create your featured branch. (git checkout -b [my-new-feature])
13-
3. If you've added code that should be tested, add tests.
14-
4. Commit your changes (git commit -m 'Added some feature')
15-
5. Ensure the test suite passes and on Travis CI as well.
16-
6. Make sure your code lints (npm run lint).
17-
7. Push to the branch (git push origin [my-new-feature])
18-
8. Issue that pull request! Specify what you changed in details when you are doing pull request & **squash** all commits.
11+
1. Fork and clone the repository.
12+
2. Create your feature branch. (git checkout -b [my-new-feature])
13+
3. Make sure to cover your code with tests and that your code is linted in accordance with our linting specifications (see coding style below).
14+
4. Commit your changes locally (git commit -m 'Added some feature') and then push to your remote repository.
15+
5. Submit a pull request to the _development_ branch, including a description of the work done in your pull request. **Squash** all commits.
1916

2017
Note: Any contributions you make will be under the MIT Software License and your submissions are understood to be under the same that covers the project. Please reach out to the team if you have any questions.
2118

0 commit comments

Comments
 (0)