17 lines
370 B
Plaintext
17 lines
370 B
Plaintext
Contributing to scube
|
|
---------------------
|
|
|
|
* Clone scube official repository and create a branch from master for
|
|
your changes.
|
|
|
|
* Make sure all cucumber features pass:
|
|
|
|
`bundle exec rake cucumber`
|
|
|
|
* And rspec examples as well:
|
|
|
|
`bundle exec rake spec`
|
|
|
|
* Then make your changes available in a branch of a public repository
|
|
and ask the authors a pull request.
|