You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,11 @@ All code changes happen through Github Pull Requests and we actively welcome the
8
8
9
9
## Pull Requests - How to
10
10
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.
19
16
20
17
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.
0 commit comments