Contributing Guidelines
Guidelines and best practices for contributing to the Divekit project.
This page keeps only the stable contribution expectations.
The current contributor workflow is maintained in the CLI repository under CONTRIBUTING.md.
Stable Expectations
- Make code changes in the CLI repository.
- Update tests and documentation when behavior changes.
- Run the relevant checks before opening a merge request.
- Keep user-facing text in English.
- Prefer consistency with existing command, handler, and error-handling patterns.
Source of Truth
Use the CLI repository for current details about:
- prerequisites
- build and test commands
- contribution workflow
- code-style conventions
- local GitLab setup
Last modified June 5, 2026: docs(plugin): document wizard result metadata (88523bc)