@@ -32,12 +32,12 @@ <h2>Follow what's going on</h2>
32
32
and has a Discourse forum and mailing list:</ p >
33
33
34
34
< ul >
35
- < li > < a href ="https://lists.llvm.org/mailman/listinfo/cfe-commits "> cfe-commits
36
- </ a > - This list is for patch submission/discussion.</ li >
37
-
38
35
< li > < a href ="https://discourse.llvm.org/c/clang/6 "> Clang Frontend Discourse forum</ a > -
39
- This forum is for everything else Clang related (questions and answers, design
40
- discussions, etc).</ li >
36
+ This forum is for discussions related to Clang (questions and answers, design
37
+ discussions, RFCs, etc).</ li >
38
+
39
+ < li > < a href ="https://discord.gg/xS7Z362 "> Discord chat</ a > - Real-time chat for
40
+ discussions related to Clang (primarily for questions and answers).</ li >
41
41
42
42
< li > Regular meetings are held on the
43
43
< a href ="https://drive.google.com/file/d/1S7V0MHP4xMs1yUQ9Gv9LHn5bwDfFVapn/view?usp=sharing ">
@@ -50,16 +50,23 @@ <h2>Follow what's going on</h2>
50
50
here< a > .
51
51
</ li >
52
52
53
+ < li > < a href ="https://llvm.org/docs/GettingInvolved.html#office-hours "> Clang office hours</ a > -
54
+ People within the community hold dedicated office hours at different points
55
+ during the month, which is a great way opportunity for getting questions
56
+ answered, having more in-depth design discussions, or learning about what's
57
+ going on in the community in general.</ li >
58
+
59
+ < li > < a href ="https://lists.llvm.org/mailman/listinfo/cfe-commits "> cfe-commits
60
+ </ a > - Historical record of commits to Clang and contains early community patch
61
+ review commentary.</ li >
62
+
53
63
</ ul >
54
64
55
65
< p > The most common way to talk with other developers on the project is through
56
66
the < a href ="https://discourse.llvm.org/c/clang/6 "> Clang Frontend Discourse forum
57
- </ a > . The clang forum is a very friendly place and we welcome
58
- newcomers. In addition to the forum, a significant amount of design
59
- discussion takes place on the < a
60
- href ="https://lists.llvm.org/mailman/listinfo/cfe-commits "> cfe-commits mailing
61
- list</ a > . All of these lists have archives, so you can browse through previous
62
- discussions or follow the list development on the web if you prefer.</ p >
67
+ </ a > . The clang forum is a very friendly place and we welcome newcomers. The
68
+ forum is archived so you can browse through previous discussions or follow
69
+ development on the web if you prefer.</ p >
63
70
64
71
< p > If you're looking for something to work on, check out our < a
65
72
href ="OpenProjects.html "> Open Projects</ a > page or look through the < a
0 commit comments