Skip to content

Contributing Guide

How to Contribute

  • Fork the repo and create a feature branch
  • Write clear, concise commits
  • Add/modify tests and documentation as needed
  • Open a pull request (PR) to main

Code Style

  • Use Prettier and ESLint
  • TypeScript for all code

PR Review

  • All PRs require review and CI passing
  • Link issues in PRs when possible

Reporting Issues

  • Use GitHub Issues for bugs/feature requests
  • Provide steps to reproduce and screenshots if possible