this post was submitted on 28 Sep 2023
51 points (98.1% liked)

Programming

16975 readers
1288 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Say you want to contribute to a project and find out the only way to do so is by discussing the issue on IRC or the mailing list, then submitting the patch per email.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (2 children)

If mailing lists had a view like reddit / lemmy / slashdot / hackernews, I might be more willing to use them, but that wouldn't solve contributions for me. I have no idea how to format emails to comment on code and then follow ensuing discussions. And how would CI work?

[–] [email protected] 2 points 11 months ago

Email how to: https://useplaintext.email

Small change: git diff origin master > mycontribution.patch and paste it into email body.

Big change: same as small, but add as attachment.

Subscribe to coreutils mailing list - low enough volume to not get overwhelmed and established enough to get a feel of the culture.

[–] [email protected] 1 points 11 months ago

If you feel like learning more about it, there is a great tutorial available:

https://discuss.tchncs.de/comment/3347883