Skip to content

Commit 4b5d943

Browse files
committed
change references to 'master' branch to 'main'
1 parent a2697d5 commit 4b5d943

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Thanks for your interest in Plotly.py!
22

33
Before opening an issue, please search for existing and closed issues :)
44

5-
**Please** accompany bug reports with a reproducible example. Please use the [latest version](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) of plotly.py in your report unless not applicable.
5+
**Please** accompany bug reports with a reproducible example. Please use the [latest version](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) of plotly.py in your report unless not applicable.
66

77
Note that GitHub Issues are meant to be used for bug reports and feature requests only. Implementation or usage questions should be asked on [community.plotly.com](https://community.plotly.com/c/graphing-libraries/python/10) or on Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)).

.github/pull_request_template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ below :-).
66
77
### Documentation PR
88
9-
- [ ] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md)
9+
- [ ] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/main/doc/README.md)
1010
- [ ] This change runs in the current version of Plotly on PyPI and targets the `doc-prod` branch OR it targets the `main` branch
1111
- [ ] If this PR modifies the first example in a page or adds a new one, it is a `px` example if at all possible
1212
- [ ] Every new/modified example has a descriptive title and motivating sentence or paragraph
@@ -27,7 +27,7 @@ below :-).
2727
2828
## Code PR
2929
30-
- [ ] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/master/CONTRIBUTING.md) and understand the structure of the package. In particular, if my PR modifies code of `plotly.graph_objects`, my modifications concern the `codegen` files and not generated files.
30+
- [ ] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/main/CONTRIBUTING.md) and understand the structure of the package. In particular, if my PR modifies code of `plotly.graph_objects`, my modifications concern the `codegen` files and not generated files.
3131
- [ ] I have added tests (if submitting a new feature or correcting a bug) or
3232
modified existing tests.
3333
- [ ] For a new feature, I have added documentation examples in an existing or

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ See the [Python documentation](https://plotly.com/python/) for more examples.
5555

5656
Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is a high-level, declarative charting library. plotly.js ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more.
5757

58-
`plotly.py` is [MIT Licensed](https://github.com/plotly/plotly.py/blob/master/LICENSE.txt). Plotly graphs can be viewed in Jupyter notebooks, standalone HTML files, or integrated into [Dash applications](https://dash.plotly.com/).
58+
`plotly.py` is [MIT Licensed](https://github.com/plotly/plotly.py/blob/main/LICENSE.txt). Plotly graphs can be viewed in Jupyter notebooks, standalone HTML files, or integrated into [Dash applications](https://dash.plotly.com/).
5959

6060
[Contact us](https://plotly.com/consulting-and-oem/) for consulting, dashboard development, application integration, and feature additions.
6161

@@ -67,9 +67,9 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
6767
---
6868

6969
- [Online Documentation](https://plotly.com/python/)
70-
- [Contributing to plotly](https://github.com/plotly/plotly.py/blob/master/CONTRIBUTING.md)
71-
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
72-
- [Code of Conduct](https://github.com/plotly/plotly.py/blob/master/CODE_OF_CONDUCT.md)
70+
- [Contributing to plotly](https://github.com/plotly/plotly.py/blob/main/CONTRIBUTING.md)
71+
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
72+
- [Code of Conduct](https://github.com/plotly/plotly.py/blob/main/CODE_OF_CONDUCT.md)
7373
- [Community forum](https://community.plotly.com)
7474

7575
---
@@ -147,7 +147,7 @@ conda install -c plotly plotly-geo=1.0.0
147147

148148
Code and documentation copyright 2019 Plotly, Inc.
149149

150-
Code released under the [MIT license](https://github.com/plotly/plotly.py/blob/master/LICENSE.txt).
150+
Code released under the [MIT license](https://github.com/plotly/plotly.py/blob/main/LICENSE.txt).
151151

152152
Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE).
153153

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ a link to the plotly.js CHANGELOG.
2020

2121
### Finalize versions
2222

23-
**Create a branch `git checkout -b release-X.Y.Z` *from the tip of `origin/master`*.**
23+
**Create a branch `git checkout -b release-X.Y.Z` *from the tip of `origin/main`*.**
2424

2525
Manually update the versions to `X.Y.Z` in the files specified below.
2626

0 commit comments

Comments
 (0)