You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Docs] Update documentation for the new GitHub workflow (#65162)
This adds first version of a GitHub workflow in the documentation and marks some
sections as deprecated. We should clean up these sections ASAP. I was
just keen to get something on the documentation site as soon as
possible.
Copy file name to clipboardExpand all lines: llvm/docs/GettingInvolved.rst
+8-13Lines changed: 8 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll
14
14
CodeReview
15
15
SupportPolicy
16
16
SphinxQuickstartTemplate
17
-
Phabricator
18
17
HowToSubmitABug
19
18
BugLifeCycle
20
19
CodingStandards
@@ -38,10 +37,6 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll
38
37
A template + tutorial for writing new Sphinx documentation. It is meant
39
38
to be read in source form.
40
39
41
-
:doc:`Phabricator`
42
-
Describes how to use the Phabricator code review tool hosted on
43
-
http://reviews.llvm.org/ and its command line interface, Arcanist.
44
-
45
40
:doc:`HowToSubmitABug`
46
41
Instructions for properly submitting information about any bugs you run into
47
42
in the LLVM system.
@@ -54,7 +49,7 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll
54
49
efficient C++ code.
55
50
56
51
:doc:`GitHub`
57
-
Describes how to use the llvm-project repository on GitHub.
52
+
Describes how to use the llvm-project repository and code reviews on GitHub.
58
53
59
54
:doc:`GitBisecting`
60
55
Describes how to use ``git bisect`` on LLVM's repository.
@@ -110,7 +105,7 @@ Discourse forums. There are also commit mailing lists for all commits to the LLV
110
105
The :doc:`CodeOfConduct` applies to all these forums and mailing lists.
111
106
112
107
`LLVM Discourse`__
113
-
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.
108
+
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.
114
109
115
110
.. __: https://discourse.llvm.org/
116
111
@@ -130,9 +125,9 @@ The :doc:`CodeOfConduct` applies to all these forums and mailing lists.
130
125
.. __: http://lists.llvm.org/pipermail/llvm-bugs/
131
126
132
127
`LLVM Announcements`__
133
-
If you just want project wide announcements such as releases, developers meetings, or blog posts, then you should check out the Announcement category on LLVM Discourse.
128
+
If you just want project wide announcements such as releases, developers meetings, or blog posts, then you should check out the Announcement category on LLVM Discourse.
134
129
135
-
.. __: https://discourse.llvm.org/c/announce/46
130
+
.. __: https://discourse.llvm.org/c/announce/46
136
131
137
132
.. _online-sync-ups:
138
133
@@ -146,7 +141,7 @@ The :doc:`CodeOfConduct` applies to all online sync-ups.
146
141
147
142
If you'd like to organize a new sync-up, please add the info in the table
148
143
below. Please also create a calendar event for it and invite [email protected]
149
-
to the event, so that it'll show up on the :ref:`llvm-community-calendar`.
144
+
to the event, so that it'll show up on the :ref:`llvm-community-calendar`.
150
145
Please see :ref:`llvm-community-calendar-host-guidance` for more guidance on
151
146
what to add to your calendar invite.
152
147
@@ -291,7 +286,7 @@ don't find anyone present, chances are they happen to be off that day.
0 commit comments