How to contribute changes isn't necessarily obvious if one only takes into account what's in the git repo (even the mailing list's email is hidden in a man page). Add some guidance for future contributors. Signed-off-by: Pedro Falcato <pedro.falcato@xxxxxxxxx> --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index f9aeef7..3bd7dd8 100644 --- a/README +++ b/README @@ -21,3 +21,7 @@ cmake Options: You may need to update the libbpf git submodule: git submodule update --init --recursive + +Submitting patches: +Please submit patches in git format-patch format to dwarves@xxxxxxxxxxxxxxx (plain text emails only). +Development roughly follows a simplified version of Linux kernel's Documentation/process/submitting-patches.rst. -- 2.42.0