-
Fork the project
-
Create a branch with the name representing your contribution
-
Make changes to the project
-
Run eslint
npm run lint
-
Check for any errors, and run eslint:fix
npm run lint
-
Again run eslint and if no error then continue
-
Stage the changes
git add . -
Commit the changes with the styles defined in COMMIT_TEMPLATE.md file
git commit
-
Create a pull request on GitHub