Skip to content

Commit 3dc76c1

Browse files
committed
update based on PR comments
1 parent 30ee779 commit 3dc76c1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,27 @@ Thank you for your contribution to plotly.py!
44
Please complete each section below.
55
-->
66

7-
## Link to issue
7+
### Link to issue
88
<!-- Link to the issue closed by this PR. If the issue doesn't exist yet, create it. -->
99

1010
Closes #(issue number)
1111

12-
## Description of change
12+
### Description of change
1313
<!-- Provide a clear 1-2 sentence description of what this PR does. -->
1414

15-
## Demo
15+
### Demo
1616

1717
<!-- Include screenshots or screen recordings of this PR in action. -->
1818

19-
## Testing strategy
19+
### Testing strategy
2020

2121
<!-- Provide 1-2 sentences explaining tests added or changed by this PR. If testing changes are not needed, explain why. -->
2222

23-
## Additional information (optional)
23+
### Additional information (optional)
2424

2525
<!-- Include any additional context, background, or explanation which doesn't fit in the previous sections. -->
2626

27-
## Guidelines
27+
### Guidelines
2828

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

Comments
 (0)