Skip to content

Commit 4f34a8b

Browse files
authored
Update pull_request_template.md (#590)
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
1 parent 35b2832 commit 4f34a8b

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

pull_request_template.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1-
Please see our contributing guidelines (contributing.md) primarily make sure to sign our cla as we cannot accept code externally without a signed cla
1+
Closes # (Issue number)
22

3-
https://opensource.dropbox.com/cla/
3+
## Description
4+
What changes are you introducing with this PR? Please include motivation and context.
5+
6+
## Type of Change
7+
- [ ] Bug fix (non-breaking change which fixes an issue)
8+
- [ ] New feature (non-breaking change which adds functionality)
9+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
10+
- [ ] This change requires a documentation update
11+
12+
## Test Plan
13+
How has this been tested? Please describe the tests that you added to verify your changes.
14+
15+
## Checklist:
16+
Before submitting your PR, please review and check all of the following:
17+
- [ ] I have performed a self-review of my own code
18+
- [ ] I have commented my code, particularly in hard-to-understand areas
19+
- [ ] I have made corresponding changes to the documentation
20+
- [ ] My changes generate no new warnings
21+
- [ ] I have added tests that prove my change is effective
22+
- [ ] New and existing unit tests pass locally with my changes
23+
24+
## Additional Notes:
25+
Add any other information about the PR here.

0 commit comments

Comments
 (0)