Contributing
We love contributions! Whether it's a bug report, a feature request, or a pull request, your help makes go-microx better for everyone.
How to Contribute
- Fork the Repository: Create your own copy of the project.
- Create a Branch: Work on your changes in a dedicated branch (
git checkout -b feature/my-new-feature). - Make Your Changes: Implement your feature or fix.
- Test Your Changes: Ensure everything is working as expected.
- Submit a Pull Request: Provide a clear description of your changes and why they are needed.
Code of Conduct
Please be respectful and professional in all interactions. We follow standard open-source community guidelines.
Bug Reports
If you find a bug, please open an issue with:
- A clear description of the problem.
- Steps to reproduce the issue.
- Your Go version and operating system.
Thank you for helping us grow!