Skip to main content

Contributing Guidelines

Thank you for your interest in contributing to TAFLEX PY!

Development Flow

  1. Fork the repository.
  2. Create a feature branch.
  3. Implement your changes.
  4. Ensure all tests pass: pytest tests/.
  5. Submit a pull request.

Coding Standards

  • Use Python 3.10+ typing standards.
  • Follow existing project conventions for naming and structure.
  • Add unit tests for new core framework features.