This project operates under a forking model. In order to contribute, please:
- Reached out to Dingo first to discuss the proposed change. Slack channel: #dingo
- Fork the project
- Submit a pull request
- Once the pull request has been accepted, you will be able to see your change available on master
In order for a pull request to be accepted, it will have to comply with the following list:
- Code written with appropriate level of tests
- Documentation added:
- Inline code comments
- README.md
- Code reviewed by at least one other member of Dingo
- CHANGELOG.md (if existent) updated to contain a brief summary of the change
- References to the new dependency updated accordingly (for example, in reference apps, update the dependency and showcase any new functionality added)