Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 454 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 454 Bytes

Contributing

You can contribute to this project by forking the repository, cloning it locally, making your fantastic changes and submitting a pull request.

Use these steps to contribute:

  1. Fork the repository
  2. Clone the repository locally
  3. Run npm ci to install all the dependencies
  4. Make your changes
  5. Run npm lint and npm test to make sure everything is working
  6. Commit and push the changes to your fork
  7. Submit a pull request!