When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Fork and clone this repo
- Create your local branch
- Make sure that you have all requirements to run the project locally
- Always run tests before sending a PR to make sure the license headers and the manifests are updated (and of course the unit tests are passing)
- Submit a pull request against the upstream source repository
To run tests locally, run the following command:
make test
To run application, run the following command:
make run