We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb20e0 commit 0a47d7eCopy full SHA for 0a47d7e
.github/pull_request_template.md
@@ -0,0 +1,13 @@
1
+Doc upgrade checklist:
2
+
3
+- [ ] old boilerplate at top and bottom of file has been removed
4
+- [ ] Every example is independently runnable and is optimized for short line count
5
+- [ ] no more `plot()` or `iplot()`
6
+- [ ] `graph_objs` has been renamed to `graph_objects`
7
+- [ ] `fig = <something>` call is high up in each example
8
+- [ ] minimal creation of intermediate `trace` objects
9
+- [ ] liberal use of `add_trace` and `update_layout`
10
+- [ ] `fig.show()` at the end of each example
11
+- [ ] `px` example at the top if appropriate
12
+- [ ] `v4upgrade: true` metadata added
13
+- [ ] minimize usage of hex codes for colors in favour of those in https://github.com/plotly/plotly.py-docs/issues/14
0 commit comments