Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 941 Bytes

File metadata and controls

42 lines (26 loc) · 941 Bytes

Contributing

Issues

Any bugs or suggestions, open an issue.

Pull Requests

PRs welcome.

Please target branch ocv and keep your PR focused.

PR titles should start with feat:, fix:, chore:, docs:, test:, refactor:, or ci:. Optional scopes like feat(copy-mode): ....

Make sure you have read #5 and comment there first if your PR targets one of these features.

For large changes, behavior changes, or new features, consider opening an issue first to describe what you want to change and why.

Development

Use Bun matching package.json (packageManager).

bun install
bun test test/cli/tui/vim-motions.test.ts  # from packages/opencode

Pre-push runs:

cd packages/opencode
bun typecheck
bun test test/cli/tui/vim-*.test.ts

If pre-push fails on Bun version, update Bun.

Running Locally

bun dev .