Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 1.59 KB

contributing.md

File metadata and controls

31 lines (19 loc) · 1.59 KB

How to contribute

Welcom to the ML Ops community! I am glad you are reading this, we need everyone from the community to be engaged to help each other and ourselves.

Here are some important resources:

  • MLOps About has details about who we are and what we are working on,
  • MLOps lists the issues we are tracking for development,
  • Project Board lists our current projects, and
  • Bugs? Issues is where to report them.

Testing

This repository contains a plethora of examples, guidelines etc. We advise contributors of an example to include an action that will test your example when new changes are made to the code.

Submitting changes

Open a pull request with your changes and an explanation of what is changed and why it is beneficial. When you send a pull request, the more information you provide, the faster it can be accepted and merged. Bonus points for tests and please work with an administrator if secrets are required to run the tests.

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."

Coding conventions

Since we span a number of platforms and languages, please follow the guidelines for the individual language and platform.

Thanks, Machine Learning Apps.