CONTRIBUTING 538 B

1234567891011121314151617
  1. # Contributing Guidelines
  2. Pull requests from everyone are welcome
  3. Procedure for contributing:
  4. - Create a fork of the repository on github
  5. In a top right corner of a GitHub, select "Fork"
  6. - Clone your forked repository to your local system
  7. `git clone https://github.com/<your-username>/<your-fork>
  8. - Make your changes
  9. - Test your changes against code guidelines
  10. `npm run lint`
  11. - Push changes to your fork
  12. - Submit a PR (pull request)
  13. Your pull request will be reviewed and pending review results, merged into main branch