Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 993 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (23 loc) · 993 Bytes

Contributing

We'd love your help making M3Metrics great!

Getting Started

M3Metrics uses Go vendoring to manage dependencies. To get started:

git submodule update --init --recursive
make test

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 or make cover) and open your PR! Your pull request is most likely to be accepted if it: