Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.18 KB

File metadata and controls

45 lines (32 loc) · 1.18 KB

Contributing to Openapi SDK

Thanks for considering contributing! 🎉
We welcome all kinds of contributions: bug reports, feature requests, documentation improvements, and code enhancements.

How to Contribute

  1. Fork the repository and clone it locally:

    git clone https://github.com/<username>/<repo>.git
  2. Create a branch for your feature or fix:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:

    git commit -m "Add some feature"
  4. Push your branch to your fork:

    git push origin feature/your-feature-name
  5. Open a Pull Request describing your changes.

Guidelines

  • 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.

Reporting Issues

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! 🚀