File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- If your PR fixes an open issue, use `Closes #999` to link your PR with the issue. #999 stands for the issue number you are fixing -->
2
+
3
+ ## Fixes Issue
4
+
5
+ <!-- Remove this section if not applicable -->
6
+
7
+ <!-- Example: Closes #31 -->
8
+
9
+ ## Changes proposed
10
+
11
+ <!-- List all the proposed changes in your PR -->
12
+
13
+ <!-- Mark all the applicable boxes. To mark the box as done follow the following conventions -->
14
+ <!--
15
+ [x] - Correct; marked as done
16
+ [X] - Correct; marked as done
17
+
18
+ [ ] - Not correct; marked as **not** done
19
+ -->
20
+
21
+ ## Check List (Check all the applicable boxes) <!-- Follow the above conventions to check the box -->
22
+
23
+ - [ ] My code follows the code style of this project.
24
+ - [ ] My change requires changes to the documentation.
25
+ - [ ] I have updated the documentation accordingly.
26
+ - [ ] All new and existing tests passed.
27
+ - [ ] The title of my pull request is a short description of the requested changes.
28
+
29
+ ## Screenshots
30
+
31
+ <!-- Add all the screenshots which support your changes -->
32
+
33
+ ## Note to reviewers
34
+
35
+ <!-- Add notes to reviewers if applicable -->
You can’t perform that action at this time.
0 commit comments