Skip to main content

Contributing Guidelines

Thank you for your interest in contributing to Taflex JS!

Development Flow

  1. Fork the repository.
  2. Create a feature branch.
  3. Implement your changes.
  4. Ensure all tests pass: npm test && npm run test:unit.
  5. Submit a pull request.

Coding Standards

  • Use ESM (import/export).
  • Follow existing project conventions for naming and structure.
  • Add unit tests for new core framework features.