Contributing
February 5, 2026 ยท View on GitHub
Thanks for contributing.
Requirements
- Neovim 0.9+ with Lua support
- Android SDK tools and
adbfor Android workflows - Xcode tools for iOS workflows
Workflow
- Follow local setup and dev workflow in docs/maintainers/development.md.
- Run tests before opening a PR:
./scripts/run-tests.sh
- Update docs for behavior and configuration changes.
- Update
CHANGELOG.mdfor user-visible changes.
Pull Request Expectations
- Describe behavior changes and reasoning clearly.
- Include reproducible test steps and outcomes.
- Update docs and changelog when required.
- Document any compatibility or migration impact.
Documentation Writing Standard
Use docs/maintainers/docs-writing.md for structure, markdown conventions, and explanation style.
Maintainer Docs
- Development: docs/maintainers/development.md
- Release: docs/maintainers/release.md
- Triage: docs/maintainers/triage.md