Skip to content

Commit b28bf68

Browse files
authored
Update CONTRIBUTING.md
1 parent 21cb267 commit b28bf68

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@ All code changes happen through Github Pull Requests and we actively welcome the
1111
1. Fork the repo (git clone ...)
1212
2. Create your featured branch. (git checkout -b [my-new-feature])
1313
3. If you've added code that should be tested, add tests.
14-
4. Ensure the test suite passes and on Travis CI as well.
15-
5. Make sure your code lints.
16-
6. Issue that pull request!
17-
7. Specify what you changed in details when you are doing pull request.
18-
19-
Fork it
20-
Create your feature branch (git checkout -b my-new-feature)
21-
Commit your changes (git commit -m 'Added some feature')
22-
Push to the branch (git push origin [my-new-feature])
23-
Create new Pull Request
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.
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.
2419

2520
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.
2621

0 commit comments

Comments
 (0)