Contributing¶
PMB is easiest to improve when changes stay small, documented, and covered by the relevant checks.
flowchart LR
Pick["Pick a focused change"] --> Edit["Edit code or docs"]
Edit --> Check["Run targeted checks"]
Check --> Docs["Update docs when behavior changes"]
Docs --> PR["Open a pull request"]
-
Adding a language
Extend PMB language packs with examples and tests.
-
Improve the docs
Keep guides task-oriented, diagram complex flows, and link to reference pages.