We'd love for you to contribute to our source code and to make this package even better than it is today! Here are the guidelines we'd like you to follow:
If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our [GitHub Repository][github]. Even better you can submit a Pull Request with a fix.
You can request a new feature by submitting an issue to our [GitHub Repository][github].
To ensure consistency throughout the source code, keep these rules in mind as you are working:
- All features or bug fixes must be tested by one or more [specs][unit-testing].
- All public API methods must be documented with jsdoc.
We're using Angular Commit Guidelines