libp2p / go-libp2p-examples

Example libp2p applications
MIT License
339 stars 145 forks source link

How can I help PRs get merged? #192

Open NickEckardt opened 3 years ago

NickEckardt commented 3 years ago

I would like to help fix some of the examples with this repo, however it's been a long time since the last PR got merged. I'm worried if I submit a PR it won't get looked at. Is there something blocking review of those PRs that I could help with?

aschmahmann commented 3 years ago

IMO the best thing that would help this repo is testing. Otherwise the reviewer has to take a much more manual approach to approval.

NickEckardt commented 3 years ago

I added a few tests in #193, let me know if I'm on the right track or if a different approach would be better.