------------------------------------------------------------------------------- HACKING ------------------------------------------------------------------------------- Coding style ------------ 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! In some exceptional cases deviations from the above coding guidelines are OK (in order to meet fx2lib related guidelines, for example). Contributions ------------- - 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 Random notes ------------ - Consistently use the same naming convention for #include guards in headers: __ This ensures that all #include guards are always unique and consistent. Example: FX2LAFW_INCLUDE_COMMAND_H - In Doxygen comments, put an empty line between the block of @param lines and the final @return line. The @param lines themselves (if there is more than one) are not separated by empty lines. Release engineering ------------------- See http://sigrok.org/wiki/Developers/Release_process for a list of items that need to be done when releasing a new tarball.