composer-patches icon indicating copy to clipboard operation
composer-patches copied to clipboard

Find some help to deal with pull requests and issues

Open marclaporte opened this issue 3 years ago • 1 comments
trafficstars

The number of contributions is quite high here: https://github.com/cweagans/composer-patches/pulls but the number of commits is quite low: https://github.com/cweagans/composer-patches/commits/master

I wonder if it would be a good idea to ask all previous contributors if someone would be interested in helping with the project?

marclaporte avatar Sep 03 '22 00:09 marclaporte

I'm interested in help, but it has to be done with care given the barely-present tests. Just merging the PRs isn't the right thing. Highest value work here would be to write tests.

I'm also not super interested in having all the features directly in this package. I'm more inclined to support ways for other people to extend this plugin with their own.

All of that said, there's been some work behind the scenes here organizing some work + it's looking like I will have some time this month to finally do some work on this plugin again.

cweagans avatar Sep 03 '22 20:09 cweagans

I'm helping to merge the most critical PRs. Like Cameron said, we can't merge anything risky due to the limited test coverage, but if there's something truly breaking you can ping me and I'll try to review it.

danepowell avatar Jan 27 '23 16:01 danepowell

FYI: As part of my work on 2.x (#447), I intend to review issues and pull requests and either fix or close them. There will probably be a lot of things that just get closed, but we'll see.

cweagans avatar Feb 03 '23 00:02 cweagans