Discussion:
libftdi code contribution
Heinrich du Toit
2018-06-01 05:42:53 UTC
Permalink
Hi

Is it possible to contribute to libftdi code base somehow?
How would you submit code? Is there a guide somewhere?

Heinrich du Toit

Specialist Engineer: Software

[cid:emailfooterbase_93ec2d11-74f4-4d98-9ea6-a2dc6dcb552e.png]<http://www.s-plane.com>

Disclaimers are available at: http://www.s-plane.com/disclaimer


--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+***@developer.intra2net.com
Yegor Yefremov
2018-06-01 05:49:37 UTC
Permalink
Hi Heinrich,
Post by Heinrich du Toit
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+***@developer.intra2net.com
Kevin Zheng
2018-06-01 06:08:32 UTC
Permalink
Post by Heinrich du Toit
Is it possible to contribute to libftdi code base somehow?
How would you submit code? Is there a guide somewhere?
I don't speak for the maintainers, but you can probably submit patches
here on the mailing list.
--
Kevin Zheng
***@gmail.com | ***@berkeley.edu | PGP: 0xC22E1090

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+***@developer.intra2net.com
Uwe Bonnes
2018-06-04 08:13:55 UTC
Permalink
E> If it's on github why not pull requests? 2018-06-01 9:08 GMT+03:00
E> Kevin Zheng <***@gmail.com>:

Pull request are probably also good. But for single patches, I personally
dislike the double entries when a merge is done.

Bye
--
Uwe Bonnes ***@elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
--------- Tel. 06151 1623569 ------- Fax. 06151 1623305 ---------

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+***@developer.intra2net.com
Loading...