Skip to content

Contributing

tritrient-yuchen edited this page Aug 4, 2026 · 2 revisions

Contributing

Status: documentation skeleton

Before opening a change

  • Read the repository README, license, and contribution terms.
  • Keep changes focused and explain user-facing behavior.
  • Add or update tests when behavior changes.
  • Run the local verification commands before submitting a pull request.

Verification

npm test -- --run
npm run lint
npm run build
git diff --check

Planned details

  • Add branch and pull request conventions.
  • Add commit message guidance.
  • Add frontend and backend coding conventions.
  • Add how to contribute funding data connectors.

Clone this wiki locally