Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 698 Bytes

File metadata and controls

30 lines (21 loc) · 698 Bytes

Contributing

Thanks for your interest in contributing.

How to contribute

  1. Fork the repo
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Run tests (npm test)
  5. Commit with a clear message
  6. Open a Pull Request

Code style

  • TypeScript strict mode
  • Prettier for formatting
  • ESLint for linting

Reporting bugs

Open an issue with:

  • What you expected
  • What happened
  • Steps to reproduce
  • Environment (OS, Node version)

Questions?

Open a Discussion or email [email protected].