libftdi Archives

Subject: Re: libftdi code contribution

From: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 1 Jun 2018 07:49:37 +0200
Hi  Heinrich,

On Fri, Jun 1, 2018 at 7:42 AM, Heinrich du Toit <hdutoit@xxxxxxxxxxx> 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 libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx


Current Thread