First Contribution
- Fork the repository.
- Clone your fork and create a branch.
- Run
composer install and npm install.
- Pick a “good first issue” or open a new one.
- Make your changes in
src/ or tests/ as needed.
- Run
composer run lint:php and composer run test:php before committing.
- Commit with a descriptive message and push to your fork.
- Open a pull request using the template and request review.