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