Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 609 Bytes

File metadata and controls

25 lines (17 loc) · 609 Bytes

Contributing

All pull requests should target the development branch.

Core Contributions

  1. Keep public APIs backward compatible unless a breaking release is explicitly planned.
  2. Add focused tests for window types, layouts, pagination, inventory binding, graphic rendering, or NSL retry mechanisms.
  3. Update README.md and the current changelog for user-visible changes.
  4. Run linting:
find src -name '*.php' -print0 | xargs -0 -n1 php -l

Development Setup

composer install

Validate before submitting:

find src -name '*.php' -print0 | xargs -0 -n1 php -l