Skip to content

Commit 570cfab

Browse files
committed
README: add Linux QUIC mailing list to Contributing section
Add the Linux QUIC developer mailing list (<[email protected]>) to the new Contributing section, so contributors can subscribe or browse archived threads for discussion and development. Signed-off-by: Xin Long <[email protected]>
1 parent bf096c7 commit 570cfab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,3 +495,15 @@ In kernel space, the use is pretty much like TCP sockets, except a extra handsha
495495
sock_release(sock)
496496

497497
You can run the kernel test code as it shows in tlshd_tests() of [tests/runtest.sh](https://github.com/lxin/quic/blob/main/tests/runtest.sh)
498+
499+
## CONTRIBUTING
500+
501+
We welcome contributions from the community.
502+
503+
- **Mailing List**: The Linux QUIC developer mailing list is available at [lists.linux.dev](https://subspace.kernel.org/lists.linux.dev.html).
504+
You can subscribe to <[email protected]> or browse archived threads.
505+
506+
- **Reporting Features or Issues**: Bugs, feature requests, or socket API RFC discussions can be
507+
submitted via the mailing list or GitHub issues.
508+
509+
- **Submitting Patches**: Patches can be sent through the mailing list or via GitHub pull requests.

0 commit comments

Comments
 (0)