From ac147e77a74fbcec642af0b0c823ec5901dd5033 Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Wed, 12 Feb 2020 14:35:39 +0100 Subject: [PATCH] Add references to other communication channels We already have some communication channels that can be used to help our users, but they are not very discoverable. Adding several links to the README might help us to reach more Clangd users. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index fac451e..a743700 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,15 @@ This is not its documentation. - the **source code** is hosted at http://llvm.org/, and mirrored at https://github.com/llvm/llvm-project/tree/master/clang-tools-extra/clangd. - the **website source code** is at https://github.com/clangd/clangd.github.io/ + +### Communication channels + +If you have any questions or feedback, you can use the following ways of +reaching the Clangd community and developers: + +- #clangd room is hosted on [LLVM's Discord + channel](https://discord.gg/xS7Z362). +- user questions and feature requests can be asked in Clangd topic on [LLVM + Discussion Forums](https://llvm.discourse.group/c/llvm-project/clangd/34) +- Clangd mailing list that is mainly used to discuss the development can be + joined at https://lists.llvm.org/cgi-bin/mailman/listinfo/clangd-dev.