From aab0626c2e3e8ffedcb69dd2c73a4c9fe0e2aca4 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 23 Oct 2023 18:20:27 +0100 Subject: [PATCH] [lldb][docs] Update contributing links (#69726) Patches now go to PRs, mention the Discord server as well as the forum. --- lldb/docs/index.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 2fff25b27b97..88ed245b7b27 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -102,10 +102,13 @@ Additionally it builds: See the :doc:`LLDB Build Page ` for build instructions. Discussions about LLDB should go to the `LLDB forum -`__. Commit +`__ or the ``lldb`` channel on +the `LLVM Discord server `__. + +For contributions follow the +`LLVM contribution process `__. Commit messages are automatically sent to the `lldb-commits -`__ mailing list, and -this is also the preferred mailing list for patch submissions. +`__ mailing list. See the :doc:`Projects page ` if you are looking for some interesting areas to contribute to lldb.