Nemeski@lemm.ee to Programming@programming.dev · 1 year agoThe graying open source community needs fresh bloodwww.theregister.comexternal-linkmessage-square81fedilinkarrow-up134arrow-down10
arrow-up134arrow-down1external-linkThe graying open source community needs fresh bloodwww.theregister.comNemeski@lemm.ee to Programming@programming.dev · 1 year agomessage-square81fedilink
minus-squareim sorry i broke the code@sh.itjust.workslinkfedilinkarrow-up4·1 year agoHow do you contribute code through a mailing list? Like I don’t understand…
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up4·edit-21 year 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-squareCMahaff@lemmy.worldlinkfedilinkEnglisharrow-up3·1 year 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-squareFizzyOrange@programming.devlinkfedilinkarrow-up3·1 year agoAwkwardly. Pretty much generate a patch and email it as an attachment.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year 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…
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:
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)
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