Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 1.79 KB

How to contribute

Thanks for wanting to contribute! If you've found a way to make this project better, I and others will likely find it useful too!

Did you find a bug?

  1. Check that no one else has already reported the bug.
  2. Open a bug report. Please include all of the requested information in the bug report template to give us the best chance of reproducing your issue.

Do you have a change you would like merged?

  1. Ensure that your changes pass all tests by running ./ci on your machine.
  2. Open pull request with your change. Please include all of the requested information in the pull request template.

Do you have a feature request?

  1. Check that no one else has already requested that feature.
  2. Open a feature request. Please include all of the requested information in the feature request template.

Do you have a question about the project?

Contribution Guidelines

  • New functionality should include new tests.