Thank you for your interest in contributing to Itera! We welcome contributions from the community to help improve this project.
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork:
git clone https://github.com/your-username/itera.git cd itera - Create a branch:
git checkout -b feature/your-feature-name
- Make your changes: Implement your feature or fix the bug.
- Test your changes: Ensure that your changes work as expected and do not break existing functionality.
- Commit your changes:
git commit -m "Description of your changes" - Push to your fork:
git push origin feature/your-feature-name
- Create a Pull Request: Open a Pull Request from your fork to the main repository.
- Follow PEP 8 guidelines for Python code.
- Use clear and descriptive variable and function names.
- Add comments where necessary to explain complex logic.
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.
By contributing, you agree that your contributions will be licensed under the MIT License.