Skip to content

How to Contribute

Duncan Lilley edited this page Mar 24, 2026 · 2 revisions

Use the following guidelines when contributing to the extension:

Pull Requests & Reviews

  1. Fork the repo and create a feature branch.
  2. Make your changes in this branch.
  3. Push your branch and open a Pull Request (PR) against the main branch.
  4. In the PR description:
    1. Summarize the change and why it’s needed.
    2. Link related issues (e.g., "Fixes #123").
    3. Include test coverage notes and any manual test steps.
    4. Call out breaking changes or user-facing impacts.

Checks

  • 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.

Clone this wiki locally