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-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,11 @@ All code changes happen through Github Pull Requests and we actively welcome the
11
11
1. Fork the repo (git clone ...)
12
12
2. Create your featured branch. (git checkout -b [my-new-feature])
13
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
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.
24
19
25
20
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