Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 606 Bytes

File metadata and controls

23 lines (17 loc) · 606 Bytes

Contributing

Thanks for helping improve the OpenCode Telegram Bridge.

Quick start

  • Fork the repo and create a feature branch.
  • Install deps: npm install
  • Make changes with tests when practical.

Development workflow

  • Run typechecks: npm run typecheck
  • Run tests: npm test
  • Build: npm run build

Tests

  • Keep tests deterministic and focused on core behavior.
  • Add coverage for new or changed logic when practical.

Releases and changesets

  • For user-facing changes, add a changeset: npx changeset

Docs

  • Docs in docs/ are for end users. Keep them concise and correct.