Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 982 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 982 Bytes

Contributing

We welcome your help building the M3 Operator.

Getting Started

The M3 Operator uses dep to manage dependencies. To get started:

git submodule update --init --recursive
make install-tools

Making A Change

  • Before making any significant changes, please open an issue.
  • Discussing your proposed changes ahead of time maked the contribution process smoother for everyone.

Once the changes are discussed and you have your code ready, make sure that tests are passing:

make test-all

Your pull request is most likely to be accepted if it: