File tree 2 files changed +48
-2
lines changed
2 files changed +48
-2
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,17 @@ A clear and concise description of what the bug is.
12
12
13
13
** To Reproduce**
14
14
Steps to reproduce the behavior:
15
+
15
16
1 . Write code to reproduce.
16
17
2 . Write error.
17
18
18
19
** Expected behavior**
19
20
A clear and concise description of what you expected to happen.
20
21
21
22
** Environment:**
22
- - Python version.
23
- - Module version.
23
+
24
+ - Python version.
25
+ - Module version.
24
26
- OS version.
25
27
26
28
** Additional context**
Original file line number Diff line number Diff line change
1
+ Pull request
2
+ ============
3
+
4
+ Description
5
+ -----------
6
+
7
+ Describe your changes in detail
8
+
9
+ Motivation and Context
10
+ ----------------------
11
+
12
+ Why is this change required? What problem does it solve?
13
+ If it fixes an open issue, please link to the issue here.
14
+
15
+ How Has This Been Tested
16
+ ------------------------
17
+
18
+ Please describe in detail how you tested your changes.
19
+ Include details of your testing environment, and the tests you ran to
20
+ see how your change affects other areas of the code, etc.
21
+
22
+ Screenshots (if appropriate)
23
+ ----------------------------
24
+
25
+ Types of changes
26
+ ----------------
27
+
28
+ What types of changes does your code introduce? Put an ` x ` in all the boxes that apply:
29
+
30
+ - [ ] Bug fix (non-breaking change which fixes an issue)
31
+ - [ ] New feature (non-breaking change which adds functionality)
32
+ - [ ] Breaking change (fix or feature that would cause existing functionality to change)
33
+
34
+ Checklist
35
+ ---------
36
+
37
+ Go over all the following points, and put an ` x ` in all the boxes that apply.
38
+
39
+ If you're unsure about any of these, don't hesitate to ask. We're here to help!
40
+
41
+ - [ ] My code follows the code style of this project.
42
+ - [ ] My change requires a change to the documentation.
43
+ - [ ] I have updated the documentation accordingly.
44
+ - [ ] I have read the ** CONTRIBUTING** document.
You can’t perform that action at this time.
0 commit comments