[llvm] eaa106c - [docs] Also mention Discord on Contributing.rst page

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 23:22:21 PDT 2023


Author: Kristof Beyls
Date: 2023-04-06T08:20:53+02:00
New Revision: eaa106cf1ce596b4775052caabcf9595c083e3b9

URL: https://github.com/llvm/llvm-project/commit/eaa106cf1ce596b4775052caabcf9595c083e3b9
DIFF: https://github.com/llvm/llvm-project/commit/eaa106cf1ce596b4775052caabcf9595c083e3b9.diff

LOG: [docs] Also mention Discord on Contributing.rst page

Differential Revision: https://reviews.llvm.org/D145480

Added: 
    

Modified: 
    llvm/docs/Contributing.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Contributing.rst b/llvm/docs/Contributing.rst
index ac502deae2d67..7a47602e3dfc1 100644
--- a/llvm/docs/Contributing.rst
+++ b/llvm/docs/Contributing.rst
@@ -4,9 +4,9 @@ Contributing to LLVM
 
 
 Thank you for your interest in contributing to LLVM! There are multiple ways to
-contribute, and we appreciate all contributions. In case you
-have questions, you can either use the `Forum`_
-or the #llvm channel on `irc.oftc.net`_.
+contribute, and we appreciate all contributions. In case you have questions,
+you can either use the `Forum`_ or, for a more interactive chat, go to our
+`Discord server`_ or the IRC #llvm channel on `irc.oftc.net`_.
 
 If you want to contribute code, please familiarize yourself with the :doc:`DeveloperPolicy`.
 
@@ -195,6 +195,7 @@ of LLVM's high-level design, as well as its internals:
   .. __: http://www.aosabook.org/en/llvm.html
 
 .. _Forum: https://discourse.llvm.org
+.. _Discord server: https://discord.gg/xS7Z362
 .. _irc.oftc.net: irc://irc.oftc.net/llvm
 .. _good first issue: https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
 .. _bug tracker: https://github.com/llvm/llvm-project/issues


        


More information about the llvm-commits mailing list