Skip to content

Commit 6563264

Browse files
Update default branch from master to main (#589)
1 parent 45c755e commit 6563264

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: SDK documentation
4-
url: https://github.com/box/box-python-sdk/tree/master/docs
4+
url: https://github.com/box/box-python-sdk/tree/main/docs
55
about: Before creating an issue, I have checked that the SDK documentation doesn't solve my issue.
66
- name: API documentation
77
url: https://developer.box.com/docs

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: python
33

44
branches:
55
only:
6-
- master
6+
- main
77
- "1.5"
88

99
cache:

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Before sending a pull request, rebase against upstream, such as:
8484
.. code-block:: console
8585
8686
git fetch upstream
87-
git rebase upstream/master
87+
git rebase upstream/main
8888
8989
This will add your changes on top of what's already in upstream,
9090
minimizing merge issues.
@@ -106,4 +106,4 @@ down issues.
106106

107107
Finally, please add a note in HISTORY.rst under the Upcoming section detailing what's new in your change.
108108
These will become the release notes for the next release.
109-
In addition, feel free to add yourself to AUTHORS.rst if you aren't already listed.
109+
In addition, feel free to add yourself to AUTHORS.rst if you aren't already listed.
41.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)