Contributing
May 1, 2026 ยท View on GitHub
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 installthennpm run build - Run tests (if any):
npm test - Ensure TypeScript compiles:
npm run build - Commit with clear messages and open a Pull Request against
develop.
Code style:
- Use TypeScript and keep exports stable.
- Add tests for significant logic changes.
Maintainers will review PRs and may request changes. Thanks!