@@ -34,7 +34,7 @@ When making a PR, pay attention to:
3434
3535.. rst-class :: checklist
3636
37- * :ref: `Target the master branch <pr-branch-selection >`.
37+ * :ref: `Target the main branch <pr-branch-selection >`.
3838* Adhere to the :ref: `coding_guidelines `.
3939* Update the :ref: `documentation <pr-documentation >` if necessary.
4040* Aim at making the PR as "ready-to-go" as you can. This helps to speed up
@@ -78,7 +78,7 @@ Organizational topics:
7878.. rst-class :: checklist
7979
8080* Make sure all :ref: `automated tests <pr-automated-tests >` pass.
81- * The PR should :ref: `target the master branch <pr-branch-selection >`.
81+ * The PR should :ref: `target the main branch <pr-branch-selection >`.
8282* Tag with descriptive :ref: `labels <pr-labels >`.
8383* Set the :ref: `milestone <pr-milestones >`.
8484* Keep an eye on the :ref: `number of commits <pr-squashing >`.
@@ -145,7 +145,7 @@ Milestones
145145 Setting a milestone does not imply or guarantee that a PR will be merged for that
146146 release, but if it were to be merged what release it would be in.
147147
148- All of these PRs should target the master branch. The milestone tag triggers
148+ All of these PRs should target the main branch. The milestone tag triggers
149149 an :ref: `automatic backport <automated-backports >` for milestones which have
150150 a corresponding branch.
151151
@@ -267,7 +267,7 @@ Current branches
267267----------------
268268The current active branches are
269269
270- *master *
270+ *main *
271271 The current development version. Future minor releases (*v3.N.0 *) will be
272272 branched from this. Supports Python 3.7+.
273273
@@ -285,7 +285,7 @@ The current active branches are
285285Branch selection for pull requests
286286----------------------------------
287287
288- Generally, all pull requests should target the master branch.
288+ Generally, all pull requests should target the main branch.
289289
290290Other branches are fed through :ref: `automatic <automated-backports >` or
291291:ref: `manual <manual-backports >`. Directly
@@ -344,7 +344,7 @@ When doing backports please copy the form used by meeseekdev,
344344conflicts make note of them and how you resolved them in the commit
345345message.
346346
347- We do a backport from master to v2.2.x assuming:
347+ We do a backport from main to v2.2.x assuming:
348348
349349* ``matplotlib `` is a read-only remote branch of the matplotlib/matplotlib repo
350350
@@ -376,4 +376,4 @@ and then continue the cherry pick:
376376 git cherry-pick --continue
377377
378378 Use your discretion to push directly to upstream or to open a PR; be
379- sure to push or PR against the ``v2.2.x `` upstream branch, not ``master ``!
379+ sure to push or PR against the ``v2.2.x `` upstream branch, not ``main ``!
0 commit comments