Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 865 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 865 Bytes

Contributing to Blox

Contributions to Blox should be made via GitHub pull requests and discussed using GitHub issues.

Before you start

If you would like to make a significant change, it's a good idea to first open an issue to discuss it.

Making the request

Development takes place against the dev branch of this repository and pull requests should be opened against that branch.

Testing

Any contributions should pass all tests. You may run all tests by running make inside cluster-state-service and daemon-scheduler (requires go, go-swagger to be installed). If you have golang installed, you may run make get-deps to install dependencies.

Licensing

Blox is released under an Apache 2.0 license. Any code that you submit will be released under that license. For significant changes, we may ask you to sign a Contributor License Agreement.