Skip to content

Commit 10c58ff

Browse files
sk1pjugmac00
authored andcommitted
docs: s/master/main/g in contributing docs
1 parent 0a3d578 commit 10c58ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Contributing
129129
Submitting pull requests
130130
~~~~~~~~~~~~~~~~~~~~~~~~
131131

132-
Submit pull requests (PRs) against the ``master`` branch, providing a good description of what you're doing and why. You must
132+
Submit pull requests (PRs) against the ``main`` branch, providing a good description of what you're doing and why. You must
133133
have legal permission to distribute any code you contribute to tox and it must be available under the MIT
134134
License. Provide tests that cover your changes and run the tests locally first. tox
135135
:ref:`supports <compatibility-requirements>` multiple Python versions and operating systems. Any pull request must
@@ -148,7 +148,7 @@ or whitespace within lines. Such changes can be made separately, as a "formattin
148148
Automated testing
149149
~~~~~~~~~~~~~~~~~
150150

151-
All pull requests and merges to the ``master`` branch are tested using :gh:`GitHub Actions <features/actions>`
151+
All pull requests and merges to the ``main`` branch are tested using :gh:`GitHub Actions <features/actions>`
152152
(configured by ``check.yml`` file inside the ``.github/workflows`` directory). You can find the status and the results
153153
to the CI runs for your PR on GitHub's Web UI for the pull request. You can also find links to the CI services' pages
154154
for the specific builds in the form of "Details" links, in case the CI run fails and you wish to view the output.

0 commit comments

Comments
 (0)