Contributing Guidelines
Thank you for your interest in contributing to TAFLEX PY!
Development Flow
- Fork the repository.
- Create a feature branch.
- Implement your changes.
- Ensure all tests pass:
pytest tests/. - 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.