Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 754 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 754 Bytes

Contributing

In the spirit of free software, everyone is encouraged to help improve this project.

Here are some ways you can contribute:

  • by using prerelease versions
  • by reporting bugs
  • by suggesting new features
  • by writing or editing documentation
  • by writing specifications
  • by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
  • by refactoring code
  • by resolving issues
  • by reviewing patches

Starting point:

  • Fork the repo
  • Clone your repo
  • Run bundle install
  • Make your changes
  • Ensure specs pass by running bundle exec rake
  • Submit your pull request