Skip to content

Commit d67bce4

Browse files
authored
Merge pull request #721 from plotly/byronz-pr-template
Create pull_request_template.md
2 parents 16e74e3 + d7ffd22 commit d67bce4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
*Start with a description of this PR. Then edit the list below to the items that make sense for your PR scope, and check off the boxes as you go!*
2+
3+
## Contributor Checklist
4+
5+
- [ ] I have broken down my PR scope into the following TODO tasks
6+
- [ ] task 1
7+
- [ ] task 2
8+
- [ ] I have run the tests locally and they passed. (refer to testing section in [contributing](../CONTRIBUTING.md))
9+
- [ ] I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR
10+
11+
### optionals
12+
13+
- [ ] I have added entry in the `CHANGELOG.md`
14+
- [ ] If this PR needs a follow-up in **dash docs**, **community thread**, I have mentioned the relevant URLS as follow
15+
- [ ] this github [#PR number]() updates the dash docs
16+
- [ ] here is the show and tell thread in plotly dash community

0 commit comments

Comments
 (0)