diff mbox series

[iproute2] github: add contributing page

Message ID 20230916153027.9027-1-stephen@networkplumber.org (mailing list archive)
State Accepted
Delegated to: Stephen Hemminger
Headers show
Series [iproute2] github: add contributing page | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Stephen Hemminger Sept. 16, 2023, 3:30 p.m. UTC
This is a standard way on github to redirect contributors to the
mailing list. Doing this to reduce the number of github PR's
and issues that need to be redirected.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 .github/CONTRIBUTING.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .github/CONTRIBUTING.md
diff mbox series

Patch

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 000000000000..ee5496a908de
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -0,0 +1,13 @@ 
+## Contributing to Iproute2
+
+Thanks for taking the time to contribute to Iproute2! Please be advised that the
+Linux network community does not use github.com for their contributions.
+Instead, we use a mailing list (netdev@vger.kernel.org) for code submissions,
+code reviews, and bug reports.
+
+Nevertheless, you can use [GitGitGadget](https://gitgitgadget.github.io/) to
+conveniently send your Pull Requests commits to our mailing list.
+
+Please read more about ["the development process"](https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/plain/README.devel)
+to learn how the Iproute2 project is managed, and how you can work with it.
+