royale-api-types
Version:
Types for the Clash Royale API
14 lines (10 loc) • 467 B
Markdown
# 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 to the project:
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 be sure everything is working
6. Commit and push the changes
7. Submit a pull request!