Thanks for your interest in contributing! We appreciate your effort and to make the process as smooth as possible, we've prepared some guidelines for you.
Before creating a new issue:
- 🔍 Ensure the issue was not already reported by searching on GitHub under Issues.
- 🆕 If you're unable to find an open issue addressing the problem, open a new one.
Here's how you can make a pull request (PR):
- 🍴 Fork the repository and create your branch from
master
. - 📝 If you've added code, add tests. Ensure the test suite passes.
- 📚 If you've changed APIs, update the documentation.
- 🏷️ Use a title that follows the Conventional Commits standard. Examples:
feat(redis): Add support for TLS
,fix(all): Resolve memory leak issue
. - ✉️ Ensure all commit messages also follow the Conventional Commits standard.
- 🚫 Please do not update the package version manually. This is done during the release process.
- 🎉 Submit your pull request!
We will review your contribution and, if any additional fixes or modifications are necessary, may provide feedback to guide you. Once approved, your pull request will be merged.
Thank you for your contributions! 🙌