* Remove rails default doc files; * Fix outdated documentation (installation and contribution).
13 lines
312 B
Plaintext
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.
|