Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 757 Bytes

File metadata and controls

28 lines (19 loc) · 757 Bytes

Contributing

Thanks for your interest in contributing!

How to contribute

  1. Fork the repository
  2. Create a feature branch from main: git checkout -b feature/your-feature-name
  3. Make your changes, with clear, focused commits
  4. Run the tests: npm test
  5. Open a Pull Request describing what changed and why

Reporting bugs

Use the bug report template in .github/ISSUE_TEMPLATE/. Please include:

  • Steps to reproduce
  • Expected vs actual behavior
  • Environment (Node.js version, OS, etc.)

Code style

  • Follow the existing patterns in the codebase
  • Run npm run lint before committing
  • Write clear commit messages (present tense, imperative mood)

Questions?

Open a Discussion or reach out via my profile.