Skip to content

Commit 2117b79

Browse files
committed
Update the developer policy information on "Stay Informed" to refer to GitHub teams
1 parent 5523fef commit 2117b79

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

llvm/docs/DeveloperPolicy.rst

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,33 @@ quality.
4646
Stay Informed
4747
-------------
4848

49-
Developers should stay informed by reading the `LLVM Discourse forums`_.
50-
If you are doing anything more than just casual work on LLVM, it is suggested that you also
51-
subscribe to the "commits" mailing list for the subproject you're interested in,
49+
Developers should stay informed by reading the `LLVM Discourse forums`_ and subscribing
50+
to the categories of interest for notifications.
51+
52+
Paying attention to changes being made by others is a good way to see what other people
53+
are interested in and watching the flow of the project as a whole.
54+
55+
Contibutions to the project are made through :ref:`GitHub Pull Requests <github-reviews>`.
56+
You can subscribe to notification for areas of the codebase by joining
57+
one of the `pr-subscribers-* <https://github.com/orgs/llvm/teams?query=issue-subscribers>`_
58+
GitHub teams. This `mapping <https://github.com/llvm/llvm-project/blob/main/.github/new-prs-labeler.yml>`_
59+
indicates which team is associated with a particular paths in the repository.
60+
61+
You can also subscribe to the "commits" mailing list for a subproject you're interested in,
5262
such as `llvm-commits
5363
<http://lists.llvm.org/mailman/listinfo/llvm-commits>`_, `cfe-commits
5464
<http://lists.llvm.org/mailman/listinfo/cfe-commits>`_, or `lldb-commits
55-
<http://lists.llvm.org/mailman/listinfo/lldb-commits>`_. Reading the
56-
"commits" list and paying attention to changes being made by others is a good
57-
way to see what other people are interested in and watching the flow of the
58-
project as a whole.
59-
60-
We recommend that active developers monitor incoming issues to our `GitHub issue tracker <https://github.com/llvm/llvm-project/issues>`_ and preferably subscribe to the `llvm-bugs
65+
<http://lists.llvm.org/mailman/listinfo/lldb-commits>`_.
66+
67+
Missing features and bugs are tracked through our `GitHub issue tracker <https://github.com/llvm/llvm-project/issues>`_
68+
and assigned labels. We recommend that active developers monitor incoming issues.
69+
You can subscribe for notification for specific components by joining
70+
one of the `issue-subscribers-* <https://github.com/orgs/llvm/teams?query=issue-subscribers>`_
71+
teams.
72+
You may also subscribe to the `llvm-bugs
6173
<http://lists.llvm.org/mailman/listinfo/llvm-bugs>`_ email list to keep track
62-
of bugs and enhancements occurring in LLVM. We really appreciate people who are
63-
proactive at catching incoming bugs in their components and dealing with them
74+
of bugs and enhancements occurring in the entire project. We really appreciate people
75+
who are proactive at catching incoming bugs in their components and dealing with them
6476
promptly.
6577

6678
Please be aware that all public LLVM mailing lists and discourse forums are public and archived, and

0 commit comments

Comments
 (0)