Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 999 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 999 Bytes

Contributing

If you find a security vulnerability:

  1. DO NOT POST ABOUT IT PUBLICLY
  2. Send an email to bkeepers@github.com with details about the security vulnerability.
  3. After a fix has been released, a public announcement will be made giving all glory and honor to you.

If you find what looks like a bug:

  1. Search the mailing list to see if anyone else had the same issue.
  2. Check the GitHub issue tracker to see if anyone else has reported issue.
  3. If you don't see anything, create an issue with information on how to reproduce the issue.

If you want to contribute an enhancement or a fix:

  1. Fork the project on GitHub.
  2. Make your changes with tests.
  3. Commit the changes without making changes to the Rakefile, Gemfile, gemspec, or any other files that aren't related to your enhancement or fix.
  4. Send a pull request.