[deleted]
nah I just edited a typo, but I feel the pain :)
Why I am tired of writing pull requests
21–30 of 71 posts
Re: Why I am tired of writing pull requests
#22That's really too bad. For the record, I've written a couple hundred pull requests - no really! - and those that haven't been accepted have been because - The project is no longer maintained (I fork or rewrite better in this case) - I was actually doing it wrong - My pull didn't have tests and that was the convention (gotta respect conventions) - The author wished to keep my feature out for some random reason, but ei…
Re: Why I am tired of writing pull requests
#23Re: Why I am tired of writing pull requests
#24[deleted]
Re: Why I am tired of writing pull requests
#25https://plus.google.com/113026104107031516488/posts/ZRdtjTL1...
Re: Why I am tired of writing pull requests
#26Personally, I try to be 100% positive whenever I interact with anyone who has put their time and energy into improving a project that I maintain because I am 100% grateful for their effort. If I think that their code could be better in some way, I make that suggestion to them in a positive way. If they don't want to take my advice, then I'll merge their request and make the improvements myself. Heck, even if their code breaks something I'll still merge it in-- then fix it myself while retaining the intention of their code.
Being negative towards contributors is counter-productive.
Re: Why I am tired of writing pull requests
#27The first thing you should always do is create a ticket. There you can discuss if its worth spending time on a patch and what the best implementation could be. Pull requests that come up out of nowhere usually end up in the end of maintainers' queue. Or you can continue calling people who maintain free and open source projects in their spare time douchebags and neckbeards.
Re: Why I am tired of writing pull requests
#28The first thing you should always do is create a ticket. There you can discuss if its worth spending time on a patch and what the best implementation could be. Pull requests that come up out of nowhere usually end up in the end of maintainers' queue. Or you can continue calling people who maintain free and open source projects in their spare time douchebags and neckbeards.
Sometimes people just don't want your code.
Re: Why I am tired of writing pull requests
#29Yeah, this isn't totally emotion-driven or biased at all.
Re: Why I am tired of writing pull requests
#30That's really too bad. For the record, I've written a couple hundred pull requests - no really! - and those that haven't been accepted have been because - The project is no longer maintained (I fork or rewrite better in this case) - I was actually doing it wrong - My pull didn't have tests and that was the convention (gotta respect conventions) - The author wished to keep my feature out for some random reason, but ei…