[PATCH] D126954: More clearly document that the CoC applies to online sync-ups and office hours.
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 3 02:43:13 PDT 2022
kristof.beyls created this revision.
kristof.beyls added a reviewer: tonic.
Herald added a project: All.
kristof.beyls requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
- Also removes the code of conduct document listed as a "proposal".
Fixes #55430 (https://github.com/llvm/llvm-project/issues/55430)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126954
Files:
llvm/docs/GettingInvolved.rst
Index: llvm/docs/GettingInvolved.rst
===================================================================
--- llvm/docs/GettingInvolved.rst
+++ llvm/docs/GettingInvolved.rst
@@ -107,6 +107,7 @@
If you can't find what you need in these docs, try consulting the
Discourse forums. There are also commit mailing lists for all commits to the LLVM Project.
+The :doc:`CodeOfConduct` applies to all these forums and mailing lists.
`LLVM Discourse`__
The forums for all things LLVM and related sub-projects. There are categories and subcategories for a wide variety of areas within LLVM. You can also view tags or search for a specific topic.
@@ -140,7 +141,8 @@
A number of regular calls are organized on specific topics. It should be
expected that the range of topics will change over time. At the time of
-writing, the following sync-ups are organized:
+writing, the following sync-ups are organized.
+The :doc:`CodeOfConduct` applies to all online sync-ups.
.. list-table:: LLVM regular sync-up calls
:widths: 25 25 25 25
@@ -229,6 +231,8 @@
the list of who is available when, through which medium, and what their area of
expertise is. Don't be too shy to dial in!
+The :doc:`CodeOfConduct` applies to all office hours.
+
Of course, people take time off from time to time, so if you dial in and you
don't find anyone present, chances are they happen to be off that day.
@@ -359,7 +363,6 @@
.. toctree::
:hidden:
- CodeOfConduct
Proposals/GitHubMove
BugpointRedesign
Proposals/TestSuite
@@ -367,10 +370,6 @@
Proposals/VectorizationPlan
Proposals/VectorPredication
-:doc:`CodeOfConduct`
- Proposal to adopt a code of conduct on the LLVM social spaces (lists, events,
- IRC, etc).
-
:doc:`Proposals/GitHubMove`
Proposal to move from SVN/Git to GitHub.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126954.433990.patch
Type: text/x-patch
Size: 1857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220603/392b8755/attachment.bin>
More information about the llvm-commits
mailing list