Thank you for considering contributing to SYNINT! We welcome all kinds of contributions, including bug reports, feature requests, documentation improvements, and code enhancements.
- Fork the repository and create your branch from
main. - Make your changes with clear, descriptive commit messages.
- Ensure your code passes all tests and follows the project style.
- Submit a pull request with a detailed description of your changes.
- Use clear, descriptive variable and function names.
- Write docstrings for all public classes and functions.
- Follow PEP8 for Python code.
- Use the GitHub Issues tab to report bugs or request features.
- Provide as much detail as possible (steps to reproduce, screenshots, etc.).
Please read our Code of Conduct before contributing.