scube-server/doc/CONTRIBUTE
Thibault Jouan 3dbaf438a4 Update documentation:
* Remove rails default doc files;
* Fix outdated documentation (installation and contribution).
2014-04-01 03:08:41 +00:00

13 lines
312 B
Plaintext

Contributing to scube
---------------------
* Clone scube-server official repository and create a branch from
master for your changes.
* Make sure all rspec examples pass:
`bundle exec rake spec`
* Then make your changes available in a branch of a public repository
and ask the authors a pull request.