@@ -5,7 +5,7 @@ Accepting pull requests
55
66.. highlight :: none
77
8- This page is a step-by-step guide for core developers who need to assess,
8+ This page is a step-by-step guide for the core team to assess,
99merge, and possibly backport a pull request on the main repository.
1010
1111Assessing a pull request
@@ -54,7 +54,7 @@ to enter the public source tree. Ask yourself the following questions:
5454 developer can apply the label ``needs backport to X.Y `` to the pull
5555 request. Once the backport pull request has been created, remove the
5656 ``needs backport to X.Y `` label from the original pull request. (Only
57- core developers and members of the :ref: `Python Triage Team <triage-team >`
57+ the core team and members of the :ref: `Python Triage Team <triage-team >`
5858 can apply labels to GitHub pull requests).
5959
6060* **Does the pull request pass a check indicating that the submitter has signed the CLA? **
@@ -152,7 +152,7 @@ How to write a NEWS entry
152152
153153All ``NEWS `` entries end up being part of the changelog.
154154The changelog contains *a lot * of entries,
155- and its intended audience is mainly users, not core devs and contributors.
155+ and its intended audience is mainly users, not the core team and contributors.
156156Take this into consideration when wording your ``NEWS `` entry.
157157Describe the user-visible effects of your change succinctly and accurately;
158158avoid long technical elaborations, digressions, and do not expect or require
@@ -179,7 +179,7 @@ Working with Git_
179179.. seealso ::
180180 :ref: `gitbootcamp `
181181
182- As a core developer , you have the ability to push changes to the official
182+ As a core team member , you have the ability to push changes to the official
183183Python repositories, so you need to be careful with your workflow:
184184
185185* **You should not push new branches to the main repository. ** You can
@@ -224,12 +224,12 @@ Backporting changes to an older version
224224^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
225225
226226If it is determined that a pull request needs to be backported into one or
227- more of the maintenance branches, then a core developer can apply the label
227+ more of the maintenance branches, then a core team member can apply the label
228228``needs backport to X.Y `` to the pull request.
229229
230230After the pull request has been merged, miss-islington (bot) will first try to
231231do the backport automatically. If miss-islington is unable to do it,
232- then the pull request author or the core developer who merged it should look into
232+ then the pull request author or the core team member who merged it should look into
233233backporting it themselves, using the backport generated by cherry_picker.py _
234234as a starting point.
235235
@@ -252,7 +252,7 @@ Note that cherry_picker.py_ adds the branch prefix automatically.
252252
253253Once the backport pull request has been created, remove the
254254``needs backport to X.Y `` label from the original pull request. (Only
255- core developers and members of the :ref: `Python Triage Team <triage-team >`
255+ members of the core team and :ref: `Python Triage Team <triage-team >`
256256can apply labels to GitHub pull requests).
257257
258258.. _cherry_picker.py : https://github.com/python/cherry-picker
0 commit comments