Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contributing: refine commit message rules | Robin Jarry | 2022-08-23 | 1 | -6/+24 |
| | | | | | | | | There were a few hiccups recently. Make sure that there are no ambiguities. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Tim Culverhouse <tim@timculverhouse.com> | ||||
* | doc: add contribution guidelines including code style | Moritz Poldrack | 2022-08-05 | 1 | -0/+231 |
The Linux kernel code style rules have been used as a well-tested basis and sections pertaining C-specific rules – such as macros – have been removed. For it a short section on the used formatter is added for further reference. Link: https://www.kernel.org/doc/html/v5.19-rc8/process/coding-style.html Signed-off-by: Moritz Poldrack <git@moritz.sh> Signed-off-by: Robin Jarry <robin@jarry.cc> |