Thanks for your interest in contributing.
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Make your changes
- Run tests if available:
bun test - Commit with a clear message
- Push and open a pull request
- Use TypeScript where possible
- Follow existing patterns in the codebase
- Keep commits atomic and well-described
- Link to any related issues
- Provide a clear description of changes
- Ensure CI checks pass
- Request review when ready