Skip to content

Commit a30f622

Browse files
Document the OS-Unsupported label and Platforms experts list (GH-1281)
Co-Authored-By: Erlend E. Aasland <[email protected]>
1 parent ecccd9b commit a30f622

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

core-developers/experts.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,21 @@ PEG Generator gvanrossum, pablogsal, lysnikolaou
282282
================== ===========
283283

284284

285+
.. _platform-experts:
286+
285287
Platforms
286288
=========
287289

290+
For official contacts for supported platforms, see :pep:`11`.
291+
292+
Platforms listed here are not necessarily supported by CPython.
293+
Some of the experts listed here maintain and distribute Python
294+
for “their” platform as a third-party project.
295+
288296
=================== ===========
289297
Platform Maintainers
290298
=================== ===========
291299
AIX David.Edelsohn^
292-
Android
293300
Cygwin jlt63^, stutzbach^
294301
Emscripten hoodmane, pmp-p, rdb, rth, ryanking13
295302
FreeBSD

triage/labels.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,14 @@ OS labels
6161

6262
These labels are used to specify which operating systems are affected.
6363
Since most issues either affect all systems or are specific to Unix,
64-
the only available labels are :gh-label:`OS-windows`, :gh-label:`OS-mac`,
65-
and :gh-label:`OS-freebsd`.
66-
64+
we don't have a dedicated Unix label.
65+
Use :gh-label:`OS-windows`, :gh-label:`OS-mac`, and :gh-label:`OS-freebsd`.
66+
67+
Use the :gh-label:`OS-unsupported` label for issues on platforms outside the
68+
support tiers defined in :pep:`11`. Applying this label adds the issue to
69+
`a GitHub project <https://github.com/orgs/python/projects/27/views/1>`_ where
70+
it can be categorized further.
71+
See also the :ref:`Platform experts list <platform-experts>`.
6772

6873
.. _Expert labels:
6974
.. _Topic labels:

0 commit comments

Comments
 (0)