Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 780 Bytes

File metadata and controls

21 lines (13 loc) · 780 Bytes

Contributing to Codegen Examples

Thank you for your interest in contributing to codegen-examples! This document outlines the process and guidelines for contributing.

Contributor License Agreement

By contributing to Codegen Examples, you agree that:

  1. Your contributions will be licensed under the project's license.
  2. You have the right to license your contribution under the project's license.
  3. You grant Codegen a perpetual, worldwide, non-exclusive, royalty-free license to use your contribution.

Pull Request Process

  1. Fork the repository and create your branch from main.
  2. Ensure your code passes all tests.
  3. Update documentation as needed.
  4. Submit a pull request to the main branch.
  5. Include a clear description of your changes in the PR.