Thank you for your interest in contributing!
- Fork the repository and create your branch from
main. - Run
bun run lintand ensure code passes ESLint and Prettier. - Add tests for any new features or bugfixes.
- Open a pull request with a clear description of your changes.
- Be respectful and constructive in code reviews and discussions.
- Use GitHub Issues for bugs, feature requests, or questions.
- Include steps to reproduce, expected/actual behavior, and environment info.
- Follow existing code style (ESLint, Prettier, file organization).
- Use clear, descriptive commit messages.
- Please be kind and inclusive. See
CODE_OF_CONDUCT.md.