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: .github/pull_request_template.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,27 @@ Thank you for your contribution to plotly.py!
4
4
Please complete each section below.
5
5
-->
6
6
7
-
## Link to issue
7
+
###Link to issue
8
8
<!-- Link to the issue closed by this PR. If the issue doesn't exist yet, create it. -->
9
9
10
10
Closes #(issue number)
11
11
12
-
## Description of change
12
+
###Description of change
13
13
<!-- Provide a clear 1-2 sentence description of what this PR does. -->
14
14
15
-
## Demo
15
+
###Demo
16
16
17
17
<!-- Include screenshots or screen recordings of this PR in action. -->
18
18
19
-
## Testing strategy
19
+
###Testing strategy
20
20
21
21
<!-- Provide 1-2 sentences explaining tests added or changed by this PR. If testing changes are not needed, explain why. -->
22
22
23
-
## Additional information (optional)
23
+
###Additional information (optional)
24
24
25
25
<!-- Include any additional context, background, or explanation which doesn't fit in the previous sections. -->
26
26
27
-
## Guidelines
27
+
###Guidelines
28
28
29
-
-[ ] I have reviewed the [pull request guidelines](https://github.com/plotly/plotly.py/blob/main/CONTRIBUTING.md#opening-a-pull-request) and the [Code of Conduct](https://github.com/plotly/plotly.py/blob/main/CODE_OF_CONDUCT.md) and confirm that this PR follows them.
29
+
-[ ] I have reviewed the [pull request guidelines](https://github.com/plotly/plotly.py/blob/main/CONTRIBUTING.md#opening-a-pull-request) and the [Code of Conduct](https://github.com/plotly/plotly.py/blob/main/CODE_OF_CONDUCT.md) and confirm that this PR follows them.
30
+
-[ ] I have added an entry to the [changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) if needed (not required for documentation PRs).
0 commit comments