Contributions are welcome via GitHub Pull Requests. This document outlines the process to help get your contribution accepted.
Any type of contribution is welcome; from new features, bug fixes or documentation improvements.
- Fork this repository, develop, and test your changes.
- Submit a pull request.
- When adding new features or changing old ones the changes must be reflected on the
README.md
. - The version must be bumped in both
package.json
andpackage-lock.json
.
- When adding new feature or modifiying old behaviours a test must be implemented/changed.