Note: by contributing code to this project in any form, including sending a pull request via GitHub, a code fragment or patch via private email or public discussion groups, you agree to release your code under the terms of the LICENSEs.
GitHub issues SHOULD ONLY BE USED to report bugs, and for DETAILED feature requests.
Issues and pull requests for documentation belong in the redis-stack-docs respository.
If you are reporting a security bug or vulnerability, see SECURITY.md.
-
If it is a major feature or a semantical change, please don't start coding straight away: if your feature is not a conceptual fit you'll lose a lot of time writing the code without any reason. Start by posting in a GitHub issue issue at Github with the description of, exactly, what you want to accomplish and why. Use cases are important for features to be accepted.
-
If in step 1 you get an acknowledgment from the project leaders, use the following procedure to submit a patch:
a. Fork Redis Stack on github. b. Create a topic branch (git checkout -b my_branch) c. Push to your branch (git push origin my_branch) d. Initiate a pull request on this repository. e. Done :)
Thanks!