Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 372 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 372 Bytes

How to contribute

  1. Fork the project
  2. Create a branch describing your contribution for instance: git checkout -b feature/myWonderfulFeature
  3. Develop your changes
  4. Commit your changes by following the Angular commit message convention
  5. Submit your changes as a pull request to the master branch