Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 983 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 983 Bytes

Contributing

We'd love your help building the M3DB Operator!

Getting Started

M3DB Operator uses dep to manage dependencies. To get started:

git submodule update --init --recursive
make dep-ensure

Making A Change

  • Before making any significant changes, please open an issue

  • Discussing your proposed changes ahead of time will make the contribution process smooth for everyone.

Once we've discussed your changes and you've got your code ready, make sure that tests are passing:

make test-all

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