Nemeski@lemm.ee to Programming@programming.dev · 4 months agoThe graying open source community needs fresh bloodwww.theregister.comexternal-linkmessage-square104fedilinkarrow-up1325arrow-down13
arrow-up1322arrow-down1external-linkThe graying open source community needs fresh bloodwww.theregister.comNemeski@lemm.ee to Programming@programming.dev · 4 months agomessage-square104fedilink
minus-squareim sorry i broke the code@sh.itjust.workslinkfedilinkarrow-up18·4 months agoHow do you contribute code through a mailing list? Like I don’t understand…
minus-squareCMahaff@lemmy.worldlinkfedilinkEnglisharrow-up23·4 months agoFound a blog post that gives a quick overview of how to do git via email in general: https://peter.eisentraut.org/blog/2023/05/09/how-to-submit-a-patch-by-email-2023-edition So at least from my understanding you’d make your changes, email the contents of the patch to the maintainer, and then they’d apply it on their side, do code review, email you comments, etc. until it was in an acceptable state. There’s also the full kernel development wiki that goes into all the specifics: https://www.kernel.org/doc/html/v4.16/process/howto.html (I never got through the whole thing)
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up11·edit-24 months agoELI5: Git has tools built-in to put your changes into emails and send them. People can either bring them in or see the diff in the emails. Reading and interactive tutorials: https://useplaintext.email/ https://git-send-email.io/
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up4·4 months agoAwkwardly. Pretty much generate a patch and email it as an attachment.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·4 months agoby writing your diffs with red and black ink, like the Aztecs did
How do you contribute code through a mailing list? Like I don’t understand…
Found a blog post that gives a quick overview of how to do git via email in general: https://peter.eisentraut.org/blog/2023/05/09/how-to-submit-a-patch-by-email-2023-edition
So at least from my understanding you’d make your changes, email the contents of the patch to the maintainer, and then they’d apply it on their side, do code review, email you comments, etc. until it was in an acceptable state.
There’s also the full kernel development wiki that goes into all the specifics: https://www.kernel.org/doc/html/v4.16/process/howto.html
(I never got through the whole thing)
ELI5: Git has tools built-in to put your changes into emails and send them. People can either bring them in or see the diff in the emails.
Reading and interactive tutorials:
Awkwardly. Pretty much generate a patch and email it as an attachment.
by writing your diffs with red and black ink, like the Aztecs did