Thank you for your interest in contributing. This project is focused on building code-level accessibility tools, and contributions of all kinds are welcome.
- Fork the repository and create your branch from
main. - Install dependencies with
pnpm install. - Make your changes. If you are adding a new feature, please add corresponding tests.
- Ensure your code lints by running
pnpm lint. - Submit a pull request with a clear description of your changes.
Please follow the Conventional Commits specification for all commit messages. See CONVENTIONS.md for details.
Please be respectful and constructive in all interactions. Accessibility is for everyone, and so is this project.