diff options
author | Petr Machata <petrm@nvidia.com> | 2024-07-31 12:08:50 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2024-07-31 23:15:14 +0200 |
commit | ba6477cf3c70a1c44c035223c6fefba691cacd68 (patch) | |
tree | 2025745feef0caa50d8061c356fc4c15f362cbd9 | |
parent | 102942be401a99943b2c68981b238dadfa788f2d (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-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |