File tree 2 files changed +29
-18
lines changed
2 files changed +29
-18
lines changed Original file line number Diff line number Diff line change 1
- <!-- - Provide a general summary of the issue in the Title above -->
1
+ <!-- Provide a general summary of the issue in the Title above -->
2
2
3
- ## Code Version
3
+ ### Code Version
4
4
<!-- What version and/or branch of the code are you running? -->
5
5
6
- ## Expected Behavior
7
- <!-- - Tell us what should happen -->
6
+ ### Expected Behavior
7
+ <!-- Tell us what should happen -->
8
8
9
- ## Current Behavior
10
- <!-- - Tell us what happens instead of the expected behavior -->
9
+ ### Current Behavior
10
+ <!-- Tell us what happens instead of the expected behavior -->
11
11
12
- ## Possible Solution
13
- <!-- - Not obligatory, but suggest a fix/reason for the bug, -->
12
+ ### Possible Solution
13
+ <!-- Not obligatory, but suggest a fix/reason for the bug, -->
14
+
15
+ ### Steps to Reproduce
16
+ <!-- Provide a link to a live example -->
17
+ <!-- or, an unambiguous set of steps to reproduce this bug -->
18
+ <!-- Include code to reproduce, if relevant -->
14
19
15
- ## Steps to Reproduce
16
- <!-- - Provide a link to a live example, or an unambiguous set of steps to -->
17
- <!-- - reproduce this bug. Include code to reproduce, if relevant -->
18
20
1 .
19
21
2 .
20
22
3 .
Original file line number Diff line number Diff line change 1
- ### All Submissions:
1
+ ### Description
2
2
3
- * [ ] Have you checked to ensure there aren't other open [ Pull Requests] ( ../../pulls ) for the same update/change?
4
- * [ ] Have you added an explanation of what problem you are trying to solve with this PR?
5
- * [ ] Have you added information on what your changes do and why you chose this as your solution?
6
- * [ ] Have you written new tests for your changes?
7
- * [ ] Does your submission pass tests?
8
- * [ ] This project follows PEP8 style guide. Have you run your code against the 'flake8' linter?
3
+ ##### The feature or problem addressed by this PR
9
4
5
+ <!-- an explaination of the issue that is being resolved with this PR -->
6
+ <!-- or, an explaination of the feature that is being added with this PR -->
7
+ <!-- or, link to an issue describing the problem -->
10
8
11
9
10
+ ##### What your changes do and why you chose this solution
11
+
12
+ <!-- description of the technical changes that help resolve the issue -->
13
+
14
+
15
+ ### Checklist
16
+
17
+ * [ ] Checked that no other issues or pull requests exist for the same issue/change
18
+ * [ ] Added tests covering the new functionality
19
+ * [ ] Updated documentation OR the change is too minor to be documented
20
+ * [ ] Updated CHANGELOG.md OR changes are insignificant
You can’t perform that action at this time.
0 commit comments