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
Copy file name to clipboardExpand all lines: llvm/docs/DeveloperPolicy.rst
+22-15Lines changed: 22 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,20 +57,19 @@ one of the `pr-subscribers-* <https://github.com/orgs/llvm/teams?query=pr-subscr
57
57
GitHub teams. This `mapping <https://github.com/llvm/llvm-project/blob/main/.github/new-prs-labeler.yml>`_
58
58
documents the paths that trigger notifications for each of the listed teams.
59
59
60
-
Missing features and bugs are tracked through our `GitHub issue tracker <https://github.com/llvm/llvm-project/issues>`_
61
-
and assigned labels. You can subscribe for notification for specific components
62
-
by joining
63
-
one of the `issue-subscribers-*
60
+
Missing features and bugs are tracked through our `GitHub issue tracker
61
+
<https://github.com/llvm/llvm-project/issues>`_. You can subscribe for
62
+
notification for specific components by joining one of the `issue-subscribers-*
64
63
<https://github.com/orgs/llvm/teams?query=issue-subscribers>`_ teams. You may
65
64
also subscribe to the `llvm-bugs
66
65
<http://lists.llvm.org/mailman/listinfo/llvm-bugs>`_ email list to subscribe to
67
66
the firehose of all issue notifications, which some community members use to
68
67
perform custom filtering.
69
68
70
-
Beyond the main formal communication channels, LLVM has a Discord server for
71
-
real-time chat communication, as well as a community calendar with many regular
72
-
workgroup video calls and office hours. See :doc:`GettingInvolved` for more
73
-
information on other ways to engage with the community.
69
+
Beyond the asynchronous written communication channels, LLVM has a Discord
70
+
server for real-time chat communication, as well as a community calendar with
71
+
many regular workgroup video calls and office hours. See :doc:`GettingInvolved`
72
+
for more information on other ways to engage with the community.
74
73
75
74
.. _patch:
76
75
@@ -93,8 +92,10 @@ Here are some tips to enable a successful code review:
93
92
code you want to modify, and add ``@username`` to a PR comment to notify them
94
93
of your PR if you are unable to add reviewers yourself due to GitHub permissions.
95
94
96
-
* To avoid precommit CI failures due to merge conflicts, base your patches on a recent commit from ``main``. If you want to make changes to a release branch, land
97
-
a change in ``main`` first and ask a release manager to backport it.
95
+
* To avoid precommit CI failures due to merge conflicts, base your patches on a
96
+
recent commit from ``main``. If you want to make changes to a release branch,
97
+
land a change in ``main`` first and then follow the
98
+
:ref:`backporting instructions <backporting>`.
98
99
99
100
See :doc:`CodeReview` for more info on what to expect.
100
101
@@ -173,7 +174,7 @@ maintainer. However, we are looking for people who can commit to:
173
174
174
175
* engaging in their responsibilities the majority of the days in a month,
175
176
* ensuring that they, and the community members they interact with, abide by the
176
-
LLVM Community Code of Conduct, and
177
+
:ref:`LLVM Community Code of Conduct`, and
177
178
* performing these duties for at least three months.
178
179
179
180
We recognize that priorities shift, job changes happen, burnout is real,
@@ -231,6 +232,12 @@ features added. Some tips for getting your testcase approved:
0 commit comments