diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2f31d79..5f7c02a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ on: push: branches: - - master + - main pull_request: name: Lint diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae902f0..e48f06c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ on: push: branches: - - master + - main pull_request: name: Unit Testing diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b481448..87e980d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,8 +57,8 @@ If you want to run the functional tests only, you can use `make functional`. ## Submitting Changes ```bash -git checkout master -git pull origin master +git checkout main +git pull origin main git checkout -b issue_number-bug-title git commit # Your changes git push -u {your_name} issue_number-bug-title diff --git a/README.rst b/README.rst index 4ac9dea..cd6a472 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Kinto python client .. image:: https://img.shields.io/pypi/v/kinto-http.svg :target: https://pypi.python.org/pypi/kinto-http -.. image:: https://coveralls.io/repos/Kinto/kinto-http.py/badge.svg?branch=master +.. image:: https://coveralls.io/repos/Kinto/kinto-http.py/badge.svg?branch=main :target: https://coveralls.io/r/Kinto/kinto-http.py