Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 426 Bytes

File metadata and controls

15 lines (12 loc) · 426 Bytes

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.