Skip to content

Commit 0d251bd

Browse files
GabefireAdrian Chang
authored andcommitted
added basic pr request template
1 parent 372fdcc commit 0d251bd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Description
2+
3+
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
4+
5+
Fixes # (issue)
6+
7+
## Type of change
8+
9+
Please delete options that are not relevant.
10+
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] New feature (non-breaking change which adds functionality)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
- [ ] Document change (fixing typos or modifying any markdown files, code comments or anything in the examples folder)
15+
16+
## All Submissions
17+
18+
- [ ] Have you followed the guidelines in our Contributing document?
19+
- [ ] Have you provide a description?
20+
- [ ] Are your changes properly formatted?
21+
22+
## New Feature Submissions
23+
24+
- [ ] Does your submission pass tests?
25+
- [ ] Have you added thorough tests for your new feature?
26+
- [ ] Have commented your code, particularly in hard-to-understand areas?
27+
28+
## Changes to Core Features
29+
30+
- [ ] Have you written new tests for your core changes, as applicable?
31+
- [ ] Have you successfully run tests with your changes locally?
32+
- [ ] Have you updated any code comments, as applicable?

0 commit comments

Comments
 (0)