Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 904 Bytes

File metadata and controls

22 lines (16 loc) · 904 Bytes

Contributing to SYNINT

Thank you for considering contributing to SYNINT! We welcome all kinds of contributions, including bug reports, feature requests, documentation improvements, and code enhancements.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Make your changes with clear, descriptive commit messages.
  3. Ensure your code passes all tests and follows the project style.
  4. Submit a pull request with a detailed description of your changes.

Code Style

  • Use clear, descriptive variable and function names.
  • Write docstrings for all public classes and functions.
  • Follow PEP8 for Python code.

Reporting Issues

  • Use the GitHub Issues tab to report bugs or request features.
  • Provide as much detail as possible (steps to reproduce, screenshots, etc.).

Code of Conduct

Please read our Code of Conduct before contributing.