Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 438 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 438 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 (make sure to update README.md and/or NOTES.txt if necessary)
  4. Commit your changes by following the Angular commit message convention
  5. Submit your changes as a pull request to the master branch