Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 517 Bytes

File metadata and controls

33 lines (23 loc) · 517 Bytes

Contributions

How to contribute

  • 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