Giving back little gifts of code 🎁
24 Pull Requests is a yearly initiative to encourage developers around the world to send 24 pull requests between December 1st and December 24th.
This is the site to help promote the project, highlighting why, how and where to send your pull requests.
Source hosted at GitHub. Report issues/feature requests on GitHub Issues. Follow us on Twitter @24pullrequests. We also hangout on Gitter.
New to Ruby? No worries! You can follow these instructions to install a local server, or you can use the included Vagrant setup.
First things first, you'll need to install Ruby 2.4.2. I recommend using the excellent rbenv, and ruby-build
rbenv install 2.4.2
rbenv global 2.4.2
Now, let's install the gems from the Gemfile
("Gems" are synonymous with libraries in other
languages).
gem install bundler && rbenv rehash
bundle install
Standard RSpec/Capybara tests are used for testing the application. The tests can be run with bundle exec rake
.
bundle exec figaro install
Or for more information about using figaro, see https://github.com/laserlemon/figaro
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don't break it in a future version unintentionally.
- Send a pull request. Bonus points for topic branches.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright (c) 2016 Andrew Nesbitt. See LICENSE for details.