If you spot something new, open an issue. We'll use the issue to have a conversation about the problem you want to fix.
First, fork this repository:
- Fork the repo so that you can make your changes without affecting the original project until you're ready to merge them.
Once you're done, clone your fork locally.
Once your fork is available locally, start by installing the dependencies:
npm install
Then, make changes to the files you'd like to update, then create/push commits to your fork after validating your changes locally:
npm test
Also, make sure that the examples are still functional.
When you're done making changes and you'd like to propose them for review, create a Pull Request (PR).
Once you submit your PR, maintainers will review it with you. They may have questions and remarks about your proposed changes.
Congratulations! You have now contributed to this Open Source library; you're a rock star! ✨