Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 433 Bytes

File metadata and controls

10 lines (9 loc) · 433 Bytes

First Contribution

  1. Fork the repository.
  2. Clone your fork and create a branch.
  3. Run composer install and npm install.
  4. Pick a "good first issue" or open a new one.
  5. Make your changes in src/ or tests/ as needed.
  6. Run composer run lint:php and composer run test:php before committing.
  7. Commit with a descriptive message and push to your fork.
  8. Open a pull request using the template and request review.