File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- - Provide a general summary of the issue in the Title above -->
2
+
3
+ ## Expected Behavior
4
+ <!-- - If you're describing a bug, tell us what should happen -->
5
+ <!-- - If you're suggesting a change/improvement, tell us how it should work -->
6
+
7
+ ## Current Behavior
8
+ <!-- - If describing a bug, tell us what happens instead of the expected behavior -->
9
+ <!-- - If suggesting a change/improvement, explain the difference from current behavior -->
10
+
11
+ ## Possible Solution
12
+ <!-- - Not obligatory, but suggest a fix/reason for the bug, -->
13
+ <!-- - or ideas how to implement the addition or change -->
14
+
15
+ ## Steps to Reproduce (bugs only, delete if not applicable)
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
+ 1 .
19
+ 2 .
20
+ 3 .
21
+ 4.
Original file line number Diff line number Diff line change
1
+ <!-- - Include the issue number in the title -->
2
+ <!-- - This project only accepts pull requests related to open issues -->
3
+ <!-- - If suggesting a new feature or change, please discuss it in an issue first -->
4
+ <!-- - If fixing a bug, there should be an issue describing it with steps to reproduce -->
5
+ <!-- - Append issue number here, this is not optional! -->
6
+ Fixes #.
7
+
8
+ ## Description
9
+ <!-- - Briefly describe your changes -->
10
+
11
+ ## Checklist:
12
+ <!-- - Go over all the following points, and put an `x` in all the boxes that apply. -->
13
+ <!-- - If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
14
+
15
+ ### Documentation:
16
+
17
+ - [ ] Requires a change to the documentation.
18
+ - [ ] Documentation has been updated.
19
+
20
+ ### Tests:
21
+
22
+ - [ ] Requires added tests to cover changes.
23
+ - [ ] Tests have been added.
24
+ - [ ] All new and existing tests passed.
You can’t perform that action at this time.
0 commit comments