On Tue, Oct 25, 2022 at 6:28 PM <accounts-gnu...@holbrook.no> wrote: I would like to send some code amendments to the gnunet-ext repo. What are the necessary steps, please?
The easieast way: git clone https://git.gnunet.org/gnunet-ext.git cd gnunet-ext Edit whatever you want to edit in the gnunet-ext directory, then launch the following commands (feel free to change the message as it best suits you): git add --all git commit -m 'Write your message here' git format-patch -1 Finally, send the 0001-Write-your-message-here.patch file generated to this mailing list (the actual name will change according to your message). --madmurphy On Tue, Oct 25, 2022 at 6:28 PM <accounts-gnu...@holbrook.no> wrote: > Hello, > > there's still TODO wtr link to copyright waiver for contributing in the > docs: > > > file:///home/lash/src/build/gnunet/0.17.6-198-g1436e4266/doc/handbook/html/developers/contributing.html > > I would like to send some code amendments to the gnunet-ext repo. What > are the necessary steps, please? > > Thanks, > l >