Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 929 Bytes

CONTRIBUTING.adoc

File metadata and controls

25 lines (16 loc) · 929 Bytes

Contributing

First, thanks for wanting to contribute!

You have to be logged in to github.

If your change is trivial (one line fix, typo, etc):

  1. Click Issues at top of page.

  2. Click green New Issue button.

  3. Describe the problem and your fix.

If your change is longer, or requires a test because it changes executable code, please do this:

  1. Fork the repository (button in the upper right);

  2. Download your forked copy or, if your change is simple, make it on the web interface. Commit your changes.

  3. Run the tests. Add a test if the code you’re changing doesn’t have one yet. Make sure tests pass.

  4. Click the Pull Requests link at the top, and click the green New Pull Request button.

Submitting a contribution here constitutes acceptance of licensing your code under the existing open source license. You also warrant that you have the legal right to contribute your change.

Thanks for helping!

Ian Darwin