File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
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?
You can’t perform that action at this time.
0 commit comments