Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 525 Bytes

File metadata and controls

18 lines (12 loc) · 525 Bytes

Contributing

Thank you for contributing to this extension.

Steps:

  • Fork the repository and create a branch per change: git checkout -b feat/your-change
  • Install and build: npm install then npm run build
  • Run tests (if any): npm test
  • Ensure TypeScript compiles: npm run build
  • Commit with clear messages and open a Pull Request against main.

Code style:

  • Use TypeScript and keep exports stable.
  • Add tests for significant logic changes.

Maintainers will review PRs and may request changes. Thanks!