Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 908 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 908 Bytes

Contribution guide

Thank you for contributing to this project!

Reporting bugs

If you find a bug, please submit an issue with a description and reproduction steps.

How to contribute

Consider creating an issue describing the bug you want to fix or feature you want to implement. This helps with organization and progress tracking. If you would like to work on an open issue, please leave a comment.

  1. Fork this repository
  2. Commit your changes to your fork
  3. Run all tests and lint your code
  4. Create a pull request to the default branch of this repository

Coding rules

Please apply the formatting defined for this project using tools like Prettier.

Commit guidelines

Please follow the Angular commit message format. This is necessary for automated releases with semantic versioning.