If you encounter an issue with this package, please search for similar issues using GitHub's search feature. If nothing relevant was found, open a new issue.
Suggestions are welcomed :) Please search for similar suggestions using GitHub's search feature. If nothing relevant was found, open a new issue.
Particular areas that need some love, are:
- Tests
- Documentation (better format, usage examples etc.)
If the changes you want to make are big, I suggest you first open an issue so we can discuss them and see it's a good fit for this project.
General contribution workflow:
- Fork the repository
- Write your code changes
- Ensure the tests pass:
npm test
- Update documentation
- Commit your changes
- Push to your fork and submit a pull request