Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 728 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 728 Bytes

Contributing guidelines

Sign the CLA

This project requires that you sign a Contributor License Agreement (CLA) before we can accept your pull requests. Please see https://cla-assistant.io/ontariosystems/ira-controller for more info

Contributing A Patch

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owners will respond to your issue.
  3. If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
  4. Fork the desired repo, develop and test your code changes.
  5. Submit a pull request.

Building

To build the project simply type: make build

Testing

  • To execute all unit tests, run: make test