Thank you for considering contributing! To make the process as smooth as possible, please follow these guidelines:
- Fork the repository and create your branch from
main. - If you've added code that should be tested, add tests.
- Ensure the test suite passes (
vendor/bin/pest). - Update the documentation if you've changed any public APIs.
- Submit your PR with a clear description of the specific changes.
Please use the GitHub Issue Tracker to report bugs. Include as much detail as possible, including your PHP version and a code snippet to reproduce the issue.