From aff868dc43f7f7ea11c1690e960e4ecba7207c53 Mon Sep 17 00:00:00 2001 From: Kristof Beyls Date: Tue, 17 Oct 2023 13:58:40 +0200 Subject: [PATCH] [docs] Improve README: point to office hours and online sync-ups The main README.md should probably be kept pretty short and be used to point new-comers to the most essential ways to get started on or get involved with LLVM. Therefore, this patch removes a pointer to IRC (not used very much these days), and does add pointers to office hours and online sync-ups. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb8d624d75cec..692f2bb3916f5 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,9 @@ the [Contributing to LLVM](https://llvm.org/docs/Contributing.html) guide. ## Getting in touch Join the [LLVM Discourse forums](https://discourse.llvm.org/), [Discord -chat](https://discord.gg/xS7Z362), or #llvm IRC channel on -[OFTC](https://oftc.net/). +chat](https://discord.gg/xS7Z362), +[LLVM Office Hours](https://llvm.org/docs/GettingInvolved.html#office-hours) or +[Regular sync-ups](https://llvm.org/docs/GettingInvolved.html#online-sync-ups). The LLVM project has adopted a [code of conduct](https://llvm.org/docs/CodeOfConduct.html) for participants to all modes of communication within the project.