- Clone the repo
- Run
script/bootstrap
- Make your changes -- don't forget to add unit test coverage!
- Run
script/cibuild
to make sure your tests pass and that you have 100% test coverage. - If you've added or changed major functionality, update or create acceptance tests to demonstrate it.
- Run
script/cibuild-entitlements-app-acceptance
to make sure the acceptance tests pass.