This repository was archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade go-redis * Update docs
- Loading branch information
Showing
22 changed files
with
487 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 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](CODE_OF_CONDUCT.md). 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](https://github.com/31z4/harvest/issues/new), 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](https://help.github.com/articles/about-pull-requests/) for more information on using pull requests. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.