Any contribution to our project is more than welcome!
A great way to contribute to the project is to create a new issue when you encounter an issue.
We'd love to see your pull requests, even if it's just to fix a typo!
- Fork the repository to your own GitHub account and then clone it to your local device.
- Run
npm install
oryarn install
to install the dependencies. - Push your changes to a topic branch in your fork of the repository.
- Submit a pull request to the repository.
Please don't forget to include a descriptive commit message. Changes contributed via pull request should focus on a single issue at a time.