Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 993 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 993 Bytes

Contributing

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.

Code of Conduct

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.

Pull Request

Committing directly to the master is not allowed. Every pull request needs to be reviewed and merged by the project owner.

Commit Message Guidelines

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.