summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Machata <petrm@nvidia.com>2024-07-31 12:08:50 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2024-07-31 23:15:14 +0200
commitba6477cf3c70a1c44c035223c6fefba691cacd68 (patch)
tree2025745feef0caa50d8061c356fc4c15f362cbd9
parent102942be401a99943b2c68981b238dadfa788f2d (diff)
README: Document the contribution process
The libmnl patch submission process is currently undocumented. Add a small paragraph to README that deals with it. Signed-off-by: Petr Machata <petrm@nvidia.com>
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index fbac9d2..317a2c6 100644
--- a/README
+++ b/README
@@ -23,6 +23,13 @@ forced to use them.
You can find several example files under examples/ that you can compile by
invoking `make check'.
+= Contributing =
+
+Please submit any patches to <netfilter-devel@vger.kernel.org>.
+
+The contributions should broadly follow the Linux Kernel process, as detailed
+in https://www.kernel.org/doc/html/latest/process/submitting-patches.html
+
--
08/sep/2010
Pablo Neira Ayuso <pablo@netfilter.org>