Skip to content

Commit 21cb267

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

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CONTRIBUTING.md

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

99
## Pull Requests
1010

11-
1. Fork the repo and create your featured branch.
12-
2. If you've added code that should be tested, add tests.
13-
3. Ensure the test suite passes and on Travis CI as well.
14-
4. Make sure your code lints.
15-
5. Issue that pull request!
16-
6. Specify what you changed in details when you are doing pull request.
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. 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
1724

1825
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.
1926

0 commit comments

Comments
 (0)