Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 597 Bytes

File metadata and controls

25 lines (17 loc) · 597 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 item components, block components, entity registration, or packet injection features.
  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