From ac147e77a74fbcec642af0b0c823ec5901dd5033 Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Wed, 12 Feb 2020 14:35:39 +0100 Subject: [PATCH 1/3] 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. From f7b55aeb1924e2af2c7cc983b60c38e0759565bb Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Thu, 20 Feb 2020 11:46:08 +0100 Subject: [PATCH 2/3] Address review comments. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a743700..ddb5d57 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ This is not its documentation. ### Communication channels -If you have any questions or feedback, you can use the following ways of -reaching the Clangd community and developers: +If you have any questions or feedback, you can reach community and developers +through one of these channels: -- #clangd room is hosted on [LLVM's Discord +- quick chat #clangd room 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. +- for more detailed discussions + https://lists.llvm.org/cgi-bin/mailman/listinfo/clangd-dev. From 4b11bad77563fcdf3de5f4c34d2f052507681a85 Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Thu, 20 Feb 2020 12:03:55 +0100 Subject: [PATCH 3/3] Fix wording and remove reference to mailing list --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ddb5d57..d90db5e 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ This is not its documentation. If you have any questions or feedback, you can reach community and developers through one of these channels: -- quick chat #clangd room hosted on [LLVM's Discord +- chat: #clangd room 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) -- for more detailed discussions - https://lists.llvm.org/cgi-bin/mailman/listinfo/clangd-dev.