Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1.43 KB

Contributing to GoCache

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.


🐞 Reporting Issues

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.

📝 Pull Requests

Here's how you can make a pull request (PR):

  1. 🍴 Fork the repository and create your branch from master.
  2. 📝 If you've added code, add tests. Ensure the test suite passes.
  3. 📚 If you've changed APIs, update the documentation.
  4. 🏷️ Use a title that follows the Conventional Commits standard. Examples: feat(redis): Add support for TLS, fix(all): Resolve memory leak issue.
  5. ✉️ Ensure all commit messages also follow the Conventional Commits standard.
  6. 🚫 Please do not update the package version manually. This is done during the release process.
  7. 🎉 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! 🙌