Hi Heinrich, On Fri, Jun 1, 2018 at 7:42 AM, Heinrich du Toit <[email protected]> wrote:
> Hi > > > > Is it possible to contribute to libftdi code base somehow? > > How would you submit code? Is there a guide somewhere? > The procedure is almost the same in every OSS project. Clone libftdi repository using git. Create a branch: git checkout -b my-fix Make your changes and commit them: git commit -as Then export your patch: git format-patch -1 -o outgoing After this just send it via git send-email: git send-email --to=<this mailing list> outgoing/*.patch That's all. Yegor -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
