Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 871 Bytes

File metadata and controls

19 lines (12 loc) · 871 Bytes

Contributing to Accessibility Devkit

Thank you for your interest in contributing. This project is focused on building code-level accessibility tools, and contributions of all kinds are welcome.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Install dependencies with pnpm install.
  3. Make your changes. If you are adding a new feature, please add corresponding tests.
  4. Ensure your code lints by running pnpm lint.
  5. Submit a pull request with a clear description of your changes.

Commit Messages

Please follow the Conventional Commits specification for all commit messages. See CONVENTIONS.md for details.

Code of Conduct

Please be respectful and constructive in all interactions. Accessibility is for everyone, and so is this project.