Thanks for your interest in contributing to the library.
Please note we have a code of conduct, please follow it in all your interactions with the project.
To ensure consistency throughout the source code, keep these rules in mind as you are working:
- Any code developed for the project is written on a feature branch before it is merged to the master.
- All features or bug fixes must be tested by one or more specs (unit-tests).
- All lib service methods must be documented.
- This project follows the Angular Style Guide.
Committing directly to the master is not allowed. Every pull request needs to be reviewed and merged by the project owner.
This project is following the Conventional Commits specification. Make sure your commit messages are structured according to the guidelines, otherwise they will not be allowed.