this post was submitted on 23 Sep 2024
148 points (98.7% liked)

Opensource

1173 readers
28 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BellyPurpledGerbil@sh.itjust.works 35 points 4 days ago* (last edited 4 days ago) (1 children)

I've attempted to submit PRs to open source projects for most of my career and it's such a fuckin nightmare. 99% of the time I'm just trying to patch a bug. I get:

  • Ignored for months and eventually rejected without reason
  • Repeated pushback on whether the fix is necessary
  • Snarky feedback
  • I have had multiple occasions where one of the regular maintainers copied my code to a new branch and PR, then merged my changes under only their name, instead of sending me review comments or collaborating on edits

Open source is often not open contribution. The reason why open source projects die isn't because nobody is contributing. It's because project owners usually kinda suck. It's like contributing to StackExchange. IDK if it's just that programmers tend to be contentious assholes or what.

Edit: Don't get me started on abandonware. I don't know if anyone uses FoundryVTT but module creators tend to abandon their software and never update it again, forcing people to fork it just to maintain the project through new versions

[–] CameronDev@programming.dev 12 points 4 days ago* (last edited 4 days ago)

You're not wrong. Ive had all those experiences as well :(