Skip to content

Commit 0a47d7e

Browse files
Create pull_request_template.md
1 parent edb20e0 commit 0a47d7e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)