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
@@ -49,19 +49,17 @@ This requires you to have commit access to your Git remote.
49
49
50
50
## Contributions
51
51
52
-
Fork the repo and make required changes. After that push your changes in branch, which is named according to the changes
53
-
you did. Initiate the PR.
52
+
Fork the repo and make required changes. Afterwards, push your changes in branch. The name will be according to the changes you did. Initiate the pull request.
54
53
55
-
Make sure you're editor makes validations according to the `.jshintrc` in the root directory of the repository.
54
+
Make sure your editor makes validations according to the `.jshintrc` in the root directory of the repository.
56
55
57
-
Before pushing to the repository run:
56
+
Before pushing to the repository, run:
58
57
59
58
```bash
60
59
npm run build
61
60
```
62
61
63
-
If the build is not successful fix your code in order the tests and jshint validation to run successfully and after that
64
-
create a pull request.
62
+
If the build is not successful, fix your code in order for the tests and jshint validation to run successfully. Then create a pull request.
0 commit comments