Re: contributing
madmurphy <[email protected]>
| Newsgroups | gmane.network.gnunet.devel |
|---|---|
| Message-ID | <CAExyPMcq5_d3SgvMtAku4Y=WRdAfvxwDaDJRsnXj1s7B0cfOnQ@mail.gmail.com> |
On Tue, Oct 25, 2022 at 6:28 PM <[email protected]> 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 <[email protected]> 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 >