Thank you for your interest in contributing!
- Fork the repository
- Create a feature branch:
git checkout -b feat/your-feature - Make your changes and add tests
- Run the test suite:
npm test - Run lint checks:
npm run lint - Submit a pull request
- Follow the existing TypeScript conventions
- Add type annotations where practical
- Write clear commit messages
Please use the GitHub issue tracker to report bugs or request features.