Open Source Contributions
Contributing
Fork the repository
Create a feature branch
Commit your changes
Push to the branch
Create a Pull Request
Development Guidelines
Code Style
Follow the project's ESLint and Prettier configuration
Write meaningful commit messages
Keep commits focused and atomic
Use conventional commits:
Testing
Write unit tests for new features
Ensure all tests pass before submitting PR
Include test coverage for critical paths
Follow testing best practices:
Documentation
Update relevant documentation
Add JSDoc comments for new functions
Include examples for complex features
Follow documentation best practices:
Version History
v0.1.0: Initial release
Last updated