contribute

Pull requests are very welcome! Make sure your patches are well tested and documented :)

development environment

See this guide to setting up you tsuru development environment.

And follow our coding style guide.

running the tests

You can use make to install all tsuru dependencies and run tests. It will also check if everything is ok with your GOPATH setup:

$ make

writing docs

tsuru documentation is written using Sphinx, which uses RST. Check these tools docs to learn how to write docs for tsuru.

building docs

In order to build the HTML docs, just run on terminal:

$ make doc