[libcxx-commits] [libcxx] b034593 - [libc++][NFC] Add link to Discord channel from documentation
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 22 08:13:58 PDT 2021
Author: Louis Dionne
Date: 2021-09-22T11:13:53-04:00
New Revision: b034593c8719e42a56cf4e6cb2ffb762783b0d7f
URL: https://github.com/llvm/llvm-project/commit/b034593c8719e42a56cf4e6cb2ffb762783b0d7f
DIFF: https://github.com/llvm/llvm-project/commit/b034593c8719e42a56cf4e6cb2ffb762783b0d7f.diff
LOG: [libc++][NFC] Add link to Discord channel from documentation
Added:
Modified:
libcxx/docs/Contributing.rst
Removed:
################################################################################
diff --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst
index 9ff7d6c5d2aea..8dc18565405c0 100644
--- a/libcxx/docs/Contributing.rst
+++ b/libcxx/docs/Contributing.rst
@@ -12,6 +12,9 @@ For libc++, please make sure you follow `these instructions <https://www.llvm.or
for submitting a code review from the command-line using ``arc``, since we have some
automation (e.g. CI) that depends on the review being submitted that way.
+If you plan on contributing to libc++, it can be useful to join the ``#libcxx`` channel
+on `LLVM's Discord server <https://discord.gg/jzUbyP26tQ>`__.
+
Looking for pre-existing reviews
================================
More information about the libcxx-commits
mailing list