Thank you for your interest in contributing!
- Fork the repository
- Clone your fork
- Install dependencies:
bun install - Create a feature branch
- Run tests:
npx vitest run - Run linter:
npx eslint . && npx prettier --check .
- Follow conventional commit format
- Include tests for new features
- Update documentation as needed
Open an issue for questions or concerns.