Skip to content

Commit 0ab7c88

Browse files
Merge branch 'main' into wasi-build
2 parents bb8ded3 + 9f2df6d commit 0ab7c88

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Bug report"
22
description: Create a report to help us improve the Python devguide
33
title: "Bug: <title>"
4-
labels: ["bug"]
4+
labels: ["type-bug"]
55
assignees: []
66

77
body:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Feature request"
22
description: Suggest an idea for the Python devguide
33
title: "Feature: <title>"
4-
labels: ["enhancement"]
4+
labels: ["type-feature"]
55
assignees: []
66

77
body:

developer-workflow/development-cycle.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,10 @@ This includes, for example:
232232
Before adding a new repository to the organization, open a discussion to seek consensus
233233
in the `Committers Discourse category <https://discuss.python.org/c/committers/5>`__.
234234
Once people are satisfied with that, ask the `Python steering council <https://github.com/python/steering-council>`__
235-
to grant permission.
235+
to grant permission. Note that this process is not necessary for
236+
:ref:`docs translations <translation-repo>` following
237+
:pep:`PEP 545 <545#repository-for-po-files>`, which can be added at a
238+
core team member’s discretion.
236239

237240
Note that several repositories remain in the organization for historic reasons,
238241
and would probably not be appropriate to add today.

documentation/translations/coordinating.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ to make your translation easier to find. In the entry you can also include links
6464
to guides or other resources for translators.
6565

6666

67+
.. _translation-repo:
68+
6769
Repository
6870
----------
6971

0 commit comments

Comments
 (0)