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.
Any security issues should be submitted directly to [email protected]
When filing an issue, make sure to answer these questions:
- What version of
harvest
and Redis are you using? - What
harvest
command did you run? - What did you expect to see?
- What did you see instead?
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.