Contributing Guidelines
Thank you for your interest in contributing to Taflex JS!
Development Flow
- Fork the repository.
- Create a feature branch.
- Implement your changes.
- Ensure all tests pass:
npm test && npm run test:unit. - 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.