[Lldb-commits] [lldb] [lldb][docs] Update contributing links (PR #69726)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 00:40:18 PDT 2023


https://github.com/DavidSpickett updated https://github.com/llvm/llvm-project/pull/69726

>From 08c246316c2daa7dde701d5c4beb1de77021520a Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 20 Oct 2023 14:45:06 +0100
Subject: [PATCH 1/2] [lldb][docs] Update contributing links

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 2fff25b27b974ea..b8715c066599381 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -102,10 +102,13 @@ Additionally it builds:
 See the :doc:`LLDB Build Page <resources/build>` for build instructions.
 
 Discussions about LLDB should go to the `LLDB forum
-<https://discourse.llvm.org/c/subprojects/lldb>`__. Commit
+<https://discourse.llvm.org/c/subprojects/lldb>`__ or the ``lldb`` channel on
+the LLVM Discord server.
+
+For contributions follow the
+`LLVM contribution process <https://llvm.org/docs/Contributing.html>`__. Commit
 messages are automatically sent to the `lldb-commits
-<http://lists.llvm.org/mailman/listinfo/lldb-commits>`__ mailing list, and
-this is also the preferred mailing list for patch submissions.
+<http://lists.llvm.org/mailman/listinfo/lldb-commits>`__ mailing list.
 
 See the :doc:`Projects page <resources/projects>` if you are looking for some
 interesting areas to contribute to lldb.

>From 5db44df4cefc5352f10d80ad3c7a6a44067cca5d Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Mon, 23 Oct 2023 08:39:59 +0100
Subject: [PATCH 2/2] Link to llvm Discord.

---
 lldb/docs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index b8715c066599381..88ed245b7b27472 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -103,7 +103,7 @@ See the :doc:`LLDB Build Page <resources/build>` for build instructions.
 
 Discussions about LLDB should go to the `LLDB forum
 <https://discourse.llvm.org/c/subprojects/lldb>`__ or the ``lldb`` channel on
-the LLVM Discord server.
+the `LLVM Discord server <https://discord.gg/HexWwB5z>`__.
 
 For contributions follow the
 `LLVM contribution process <https://llvm.org/docs/Contributing.html>`__. Commit



More information about the lldb-commits mailing list