Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 783 Bytes

File metadata and controls

25 lines (17 loc) · 783 Bytes

Contributing to redix

We love your input! We want to make contributing to redix as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

🛠️ Development Process

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes (cargo test).
  5. Format your code with cargo fmt.

📜 Code of Conduct

Please be respectful and professional in your interactions with the community.

⚖️ License

By contributing, you agree that your contributions will be licensed under its MIT License.