|
|
|
|
|
by ivanstepanovftw
313 days ago
|
|
My worst experience is to submit two decent PR that was ignored by maintainers. I had burden to support them for a month, solving merge conflicts, solving new bugs in the main branch that were merged without testing, and to adapt test system to prove my changes are solving something. And then I saw that maintainer not just ignores but closes every else PR with these words: > your contributions are too undisciplined and difficult to review. please just make sure there are issues filed for the problems and let a core team member or other contributor solve it. [1] I have directly asked maintainers to merge at least one PR [2], because I see someone is in the middle of refactoring whole backend, but got ignored. I have rage closed all my contributions and made most of my projects private. I think I will never go open ever again. [1]: https://github.com/ziglang/zig/pull/21426#issuecomment-30823... [2]: https://github.com/ziglang/zig/pull/24317 |
|