Skip to content

roguerb/pull-request-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pull Request Workshop

This workshop is to get some hands on experience with creating pull requests on open source repositories. Throughout 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
  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 ( https://github.com/[my-github-username]/trueman/fork )
  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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages