@@ -50,9 +50,9 @@ You'll have to create a development environment using a Git checkout:
50
50
# Configure remotes such that you can pull changes from the googleapis/python-pubsublite
51
51
# repository into your local repository.
52
52
$ git remote add upstream [email protected] :googleapis/python-pubsublite.git
53
- # fetch and merge changes from upstream into master
53
+ # fetch and merge changes from upstream into main
54
54
$ git fetch upstream
55
- $ git merge upstream/master
55
+ $ git merge upstream/main
56
56
57
57
Now your local repo is set up such that you will push changes to your GitHub
58
58
repo, from which you can submit a pull request.
@@ -110,12 +110,12 @@ Coding Style
110
110
variables::
111
111
112
112
export GOOGLE_CLOUD_TESTING_REMOTE="upstream"
113
- export GOOGLE_CLOUD_TESTING_BRANCH="master "
113
+ export GOOGLE_CLOUD_TESTING_BRANCH="main "
114
114
115
115
By doing this, you are specifying the location of the most up-to-date
116
116
version of ``python-pubsublite ``. The the suggested remote name ``upstream ``
117
117
should point to the official ``googleapis `` checkout and the
118
- the branch should be the main branch on that remote (``master ``).
118
+ the branch should be the main branch on that remote (``main ``).
119
119
120
120
- This repository contains configuration for the
121
121
`pre-commit <https://pre-commit.com/ >`__ tool, which automates checking
@@ -209,7 +209,7 @@ The `description on PyPI`_ for the project comes directly from the
209
209
``README ``. Due to the reStructuredText (``rst ``) parser used by
210
210
PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst ``
211
211
instead of
212
- ``https://github.com/googleapis/python-pubsublite/blob/master /CONTRIBUTING.rst ``)
212
+ ``https://github.com/googleapis/python-pubsublite/blob/main /CONTRIBUTING.rst ``)
213
213
may cause problems creating links or rendering the description.
214
214
215
215
.. _description on PyPI : https://pypi.org/project/google-cloud-pubsublite
@@ -234,7 +234,7 @@ We support:
234
234
235
235
Supported versions can be found in our ``noxfile.py `` `config `_.
236
236
237
- .. _config : https://github.com/googleapis/python-pubsublite/blob/master /noxfile.py
237
+ .. _config : https://github.com/googleapis/python-pubsublite/blob/main /noxfile.py
238
238
239
239
240
240
We also explicitly decided to support Python 3 beginning with version 3.6.
0 commit comments