-
Notifications
You must be signed in to change notification settings - Fork 34
How to Contribute
Duncan Lilley edited this page Mar 24, 2026
·
2 revisions
Use the following guidelines when contributing to the extension:
- Fork the repo and create a feature branch.
- Make your changes in this branch.
- Push your branch and open a Pull Request (PR) against the
mainbranch. - In the PR description:
- Summarize the change and why it’s needed.
- Link related issues (e.g., "Fixes #123").
- Include test coverage notes and any manual test steps.
- Call out breaking changes or user-facing impacts.
- CI must pass (lint, build, tests).
- If this is your first contribution, you will be asked to sign a Contributor License Agreement (CLA) before merge.
- Maintainers will review for correctness, security, and alignment with project goals.
Please see CONTRIBUTING for more details on contributing.