Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 817 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 817 Bytes

Pull Request Workshop

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!

Installing

  1. Clone the repository
  2. gem install bundler -v 1.15.3
  3. bundle install

Running the Tests

Run rspec spec

Running the Linter

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.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request