Replaced references to master with references to main in docs/maintainers_guide.rst#11197
Conversation
|
Thank you for opening a new pull request. Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone. One or more of the the following people are requested to review this:
|
jakelishman
left a comment
There was a problem hiding this comment.
Nice spot, and thanks for the fix!
We don't actually put a release note for documentation-only changes - would you be able to remove it from the PR? Other than that, this is good to merge, thank you!
ec5615e to
14728cf
Compare
14728cf to
14f9917
Compare
…ners_guide.rst (Qiskit#11196) * Substituted mentions of the master branch with mentions to main in the file docs/maintainers_guide.rst
14f9917 to
22fd36b
Compare
Pull Request Test Coverage Report for Build 6772459862
💛 - Coveralls |
Replaced references to master with references to main in docs/maintainers_guide.rst (#11196)
Added a release notes file
Substituted mentions of the master branch with mentions to main in the file docs/maintainers_guide.rst
Summary
fixes #11196 (occurrences of master are replaced with occurrences of main)
Details and comments
There is currently only a main branch, so mentions of master seem to intend to refer to the main branch. The text in docs/maintainers_guide.rst has been adjusted accordingly so that all mentions of master are now mentions of main.