Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 823 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 823 Bytes

How to contribute

If you find what looks like a bug:

  1. Check the GitHub issue tracker to see if anyone else has reported issue.
  2. If you don’t see anything, create an issue with information on how to reproduce it.

If you want to contribute an enhancement or a fix:

  1. Fork the project on github.
  2. Create a topic branch.
  3. Make your changes with tests.
  4. Commit the changes without making changes to the Rakefile or any other files that aren’t related to your enhancement or fix.
  5. Send a pull request.

See also How to setup a development virtual server with Virtualbox.