This workshop is to get some hands on experience with creating pull requests on open source repositories. Throughtout this project are some issues which could be corrected. Help us fix these problems and make this project better!
- Clone the repository
gem install bundler -v 1.15.3
bundle install
Run rspec spec
In order to make sure that we all follow the same coding standards, we use Rubocop to lint our files. Before committing, run rubocop
from your command-line.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request