You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Open an issue! Go to https://github.com/plotly/plotly.py/issues. It's possible t
12
12
13
13
## Have Questions about Plotly?
14
14
15
-
Check out our Support App: https://support.plot.ly/libraries/python or Community Forum: https://community.plot.ly/.
15
+
Check out our Support App: https://support.plot.ly/libraries/python or Community Forum: https://community.plot.ly/.
16
16
17
17
## Setup
18
18
@@ -194,6 +194,8 @@ You're *strongly* encouraged to write tests that check your added functionality.
194
194
195
195
When you write a new test anywhere under the `tests` directory, if your PR gets accepted, that test will run in a virtual machine to ensure that future changes don't break your contributions!
196
196
197
+
Test accounts include: `PythonTest`, `PlotlyImageTest`, and `PlotlyStageTest`.
198
+
197
199
#### Publishing to Pip
198
200
199
201
You'll need the credentials file `~/.pypirc`. Request access from @theengineear and @chriddyp. Then, from inside the repository:
0 commit comments