On Oct 28, 2014 10:05 AM, "Rusi Filipov" <rfil...@gmail.com> wrote:
> How is the process of contributing to the project organized?
> Do you work with pull-requests or something else?
I can't answer definitively, but most every GitHub project works this way. And if not, I'd still fork the repo, push my changes in a feature branch, and submit a PR. If they don't work that way, creating a patch from there is pretty easy.
I for one look forward to your work. I just made the switch to PhpStorm, and IntelliJ will be next as soon as I get some free time to convert our two Java apps. I used Infinitest in Eclipse with much pleasure. I'd love to find a good way to port this to work with PHPUnit at some point.
Good luck!
David