All pull requests should target the development branch.
- Keep public APIs backward compatible unless a breaking release is explicitly planned.
- Add focused tests for window types, layouts, pagination, inventory binding, graphic rendering, or NSL retry mechanisms.
- Update
README.mdand the current changelog for user-visible changes. - Run linting:
find src -name '*.php' -print0 | xargs -0 -n1 php -lcomposer installValidate before submitting:
find src -name '*.php' -print0 | xargs -0 -n1 php -l