Nemeski to [email protected] • 4 months agoThe graying open source community needs fresh bloodwww.theregister.comexternal-linkmessage-square99fedilinkarrow-up11arrow-down10cross-posted to: programming
arrow-up11arrow-down1external-linkThe graying open source community needs fresh bloodwww.theregister.comNemeski to [email protected] • 4 months agomessage-square99fedilinkcross-posted to: programming
minus-squareim sorry i broke the codelinkfedilink0•4 months agoHow do you contribute code through a mailing list? Like I don’t understand…
minus-squareEager EaglelinkfedilinkEnglish0•4 months agoby writing your diffs with red and black ink, like the Aztecs did
minus-square@[email protected]linkfedilink0•4 months agoAwkwardly. Pretty much generate a patch and email it as an attachment.
minus-squareJackbyDevlinkfedilinkEnglish0•4 months agoELI5: Got 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-square@[email protected]linkfedilinkEnglish0•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)
How do you contribute code through a mailing list? Like I don’t understand…
by writing your diffs with red and black ink, like the Aztecs did
Awkwardly. Pretty much generate a patch and email it as an attachment.
ELI5: Got 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)