1
1
# Description
2
2
3
- A short summary of what is included in your Pull Request.
3
+ <!-- Give summary of what is included in your Pull Request. -->
4
4
5
5
Fixes #(issue_no)
6
- <!-- If you PR as fixing an issue within the issue section, eplace `issue_no` in the above line, with the issue related to this PR.
6
+ <!-- If you PR as fixing an issue within the issue section, replace `issue_no` in the above line with the issue related to this PR.
7
7
8
8
If not, tick in the not applicable box and move on-->
9
9
@@ -13,20 +13,20 @@ If not, tick in the not applicable box and move on-->
13
13
14
14
## Type of change
15
15
16
- Choosing one or more options from the following as per the nature of your Pull request.
16
+ Choose one or more options from the following as per the nature of your Pull request.
17
17
18
18
- [ ] Bug fix (non-breaking change which fixes an issue)
19
19
- [ ] New feature (non-breaking change which adds functionality)
20
20
- [ ] Documentation Update
21
21
22
22
# Checklist:
23
- Please tick all the boxes that are fulfilled by your Pull Request.
23
+ Please tick all the boxes that your Pull Request fulfils .
24
24
25
25
- [ ] My code beats 50% + of the users, will 💙 to hear this.
26
- - [ ] I have named my files and folder, according to this project's guidelines.
27
- - [ ] My code follows the style guidelines of this project and uptodate with the current trends.
26
+ - [ ] I have named my files and folder according to this project's guidelines.
27
+ - [ ] My code follows the style guidelines of this project and is up to date with the current trends.
28
28
- [ ] I have commented on my code, particularly in hard-to-understand areas and included the time complexity O(n).
29
- - [ ] I have created a helpful and easy to understand ` README.md ` especialy when you created a new directory.
29
+ - [ ] I have created a helpful and easy to understand ` README.md ` especially when you created a new directory.
30
30
- [ ] My changes do not produce any warnings.
31
31
32
32
<!-- provide more info if needed -->
0 commit comments