Thanks for considering contributing! 🎉
We welcome all kinds of contributions: bug reports, feature requests, documentation improvements, and code enhancements.
-
Fork the repository and clone it locally:
git clone https://github.com/<username>/<repo>.git
-
Create a branch for your feature or fix:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add some feature" -
Push your branch to your fork:
git push origin feature/your-feature-name
-
Open a Pull Request describing your changes.
- Follow the existing Rust coding style.
- Include tests for new features or bug fixes when applicable.
- Keep commit messages clear and concise.
- Update documentation as needed for your changes.
To report bugs or request features, please open an issue on GitHub including:
- Clear description of the problem or feature.
- Steps to reproduce (if applicable).
- Relevant logs or screenshots.
Thank you for helping improve Openapi SDK! 🚀