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

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 01:59:06 PST 2023


kristof.beyls created this revision.
kristof.beyls added reviewers: beanz, tonic.
Herald added a project: All.
kristof.beyls requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

https://reviews.llvm.org/D145480

Files:
  llvm/docs/Contributing.rst


Index: llvm/docs/Contributing.rst
===================================================================
--- llvm/docs/Contributing.rst
+++ llvm/docs/Contributing.rst
@@ -4,9 +4,9 @@
 
 
 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 @@
   .. __: 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145480.502957.patch
Type: text/x-patch
Size: 1116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230307/1f6709bb/attachment.bin>


More information about the llvm-commits mailing list