X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=HACKING;h=30cd1fe5425db6da688743adec6f5830610a8468;hp=6aaedac13acb0939feda256ef4e35e5ccba31736;hb=a27981c145cd9a3709673339dc455f3a0d5c3745;hpb=077fa8acbcb8b585af6f5323f16221940a27a72e diff --git a/HACKING b/HACKING index 6aaedac..30cd1fe 100644 --- a/HACKING +++ b/HACKING @@ -5,29 +5,32 @@ HACKING Coding style ------------ -This project is programmed using the Linux kernel coding style, see -http://lxr.linux.no/linux/Documentation/CodingStyle for details. +This project is programmed using the Linux kernel coding style: + + https://www.kernel.org/doc/html/latest/process/coding-style.html Please use the same style for any code contributions, thanks! The Python decoders should follow the usual Python conventions and use Python idioms as far as it makes sense. The coding style should mostly follow -the Python PEP-8, which includes the convention of 4 spaces for indentation. -See http://www.python.org/dev/peps/pep-0008/ for details. +the Python PEP-8, which includes the convention of 4 spaces for indentation: + + http://www.python.org/dev/peps/pep-0008/ Contributions ------------- - - Patches should be sent to the development mailinglist at + - In order to contribute you should ideally clone the git repository and + let us know (preferably via IRC, or via the mailing list) from where to + pull/review your changes. You can use github.com, or any other public git + hosting site. + + - Alternatively, patches can be sent to the development mailinglist at sigrok-devel@lists.sourceforge.net (please subscribe to the list first). https://lists.sourceforge.net/lists/listinfo/sigrok-devel - - Alternatively, you can also clone the git repository and let us know - from where to pull/review your changes. You can use gitorious.org, - github.com, or any other public git hosting site. - Random notes ------------