Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 543 Bytes

File metadata and controls

18 lines (13 loc) · 543 Bytes

Contributing

LibRuntimeGuard is currently a 3.0-dev development library. Keep changes small, diagnostic-first and easy to validate without a live client.

Before opening a PR, run:

composer run quality

Rules for early contributions:

  • do not depend on unstable PocketMine internals unless there is a guarded fallback;
  • do not duplicate EasyLibrary doctor, timings or support report ownership;
  • prefer structured reports that can be rendered as text, Markdown or JSON;
  • keep automatic fixes out of the inspector layer.