Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a47d7e

Browse files
Create pull_request_template.md
1 parentedb20e0 commit0a47d7e

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 inhttps://github.com/plotly/plotly.py-docs/issues/14

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp