Thanks for your interest in contributing to Hazel Chat!
See README.md for instructions on setting up your local development environment.
- Fork the repository and create your branch from
main - Make your changes
- Run
bun run formatto format code - Run
bun run test:onceto ensure tests pass - Open a pull request
This project uses OXC for formatting and linting:
- Tab indentation
- Double quotes
- Trailing commas
- 110 character line width