Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.38 KB

File metadata and controls

41 lines (32 loc) · 1.38 KB

Contributing to Itera

Thank you for your interest in contributing to Itera! We welcome contributions from the community to help improve this project.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.
  2. Clone your fork:
    git clone https://github.com/your-username/itera.git
    cd itera
  3. Create a branch:
    git checkout -b feature/your-feature-name
  4. Make your changes: Implement your feature or fix the bug.
  5. Test your changes: Ensure that your changes work as expected and do not break existing functionality.
  6. Commit your changes:
    git commit -m "Description of your changes"
  7. Push to your fork:
    git push origin feature/your-feature-name
  8. Create a Pull Request: Open a Pull Request from your fork to the main repository.

Code Style

  • Follow PEP 8 guidelines for Python code.
  • Use clear and descriptive variable and function names.
  • Add comments where necessary to explain complex logic.

Reporting Issues

If you find a bug or have a suggestion for improvement, please open an issue in the repository. Provide as much detail as possible to help us understand and resolve the issue.

License

By contributing, you agree that your contributions will be licensed under the MIT License.