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

via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 20 06:47:19 PDT 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: David Spickett (DavidSpickett)

<details>
<summary>Changes</summary>

Patches now go to PRs, mention the Discord server as well as the forum.

---
Full diff: https://github.com/llvm/llvm-project/pull/69726.diff


1 Files Affected:

- (modified) lldb/docs/index.rst (+6-3) 


``````````diff
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.

``````````

</details>


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


More information about the lldb-commits mailing list