Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1.25 KB

Contributing to harvest

Found a bug in our code, or have an idea for a feature? Awesome, here are some notes on how to best report them so we can get it fixed as quickly as possible.

All members of our community are expected to follow our Code of Conduct. Please make sure you are welcoming and friendly in all of our spaces.

Filing issues

Any security issues should be submitted directly to [email protected]

When filing an issue, make sure to answer these questions:

  1. What version of harvest and Redis are you using?
  2. What harvest command did you run?
  3. What did you expect to see?
  4. What did you see instead?

Contributing code

Let us know if you are interested in working on an issue by leaving a comment on the issue in GitHub. This helps avoid multiple people unknowingly working on the same issue.

  • Include tests if your patch is supposed to solve a bug, and explain clearly under which circumstances the bug happens. Make sure the test fails without your patch.
  • All submissions require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.