Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 524 Bytes

File metadata and controls

22 lines (15 loc) · 524 Bytes

Contributing

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a feature branch: git checkout -b feat/your-feature
  3. Make your changes and add tests
  4. Run the test suite: npm test
  5. Run lint checks: npm run lint
  6. Submit a pull request

Code Style

  • Follow the existing TypeScript conventions
  • Add type annotations where practical
  • Write clear commit messages

Reporting Issues

Please use the GitHub issue tracker to report bugs or request features.