@@ -63,7 +63,7 @@ Pull Requests
6363=============
6464
6565Pull requests are how we review, approve, and incorporate changes into
66- the ``master `` branch. If you have code you want to
66+ the ``main `` branch. If you have code you want to
6767contribute, please look at the content in the :ref: `dev-guide `
6868for things like :ref: `pr-checklist `, :ref: `code-style `, and more.
6969
@@ -73,14 +73,9 @@ and make a request!
7373Someone of the core development team will review the changes according
7474to the criteria above and make changes and/or approve for merging!
7575
76- The ``develop `` branch is the primary branch for this project.
76+ The ``main `` branch is the primary branch for this project.
7777All pull requests, except for bugs on public releases, should be compared against this branch.
7878When a pull request is approved and has passed the required checks, it should be
79- `squashed and merged <https://github.com/blog/2141-squash-your-commits >`_ into the develop branch.
80- Squashing a branch converts a series of commits into a single commit onto the main branch,
81- creating a tidy git history.
82-
83- For pull requests into ``master ``, as in releases, these should simply be merged without squashing.
84- When viewing the ``git log `` on the ``master `` or ``develop `` branches, one is presented only with
85- approved and closed pull requests, not incremental commits that led to a PR being closed.
86-
79+ `squashed and merged <https://github.com/blog/2141-squash-your-commits >`_ into the
80+ ``main `` branch. Squashing a branch converts a series of commits into a single commit
81+ onto the main branch, creating a tidy git history.
0 commit comments