Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1.01 KB

Contributing to eRPC

Thank you for considering contributing to eRPC! By contributing, you help improve the project for everyone.

How Contributions May Be Used

Please be aware that by contributing to this project, you acknowledge that your contributions (including code, documentation, and other materials) may be incorporated into both the open-source and enterprise versions of the software. This allows us to provide enhanced features and support to enterprise users while maintaining the open-source project.

How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/YourFeature).
  6. Open a Pull Request.

Contributor License Agreement (CLA)

By submitting a pull request, you agree to the CLA.

Code of Conduct

Please adhere to our Code of Conduct in all your interactions with the project.