You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A short summary of what is included in your pull request
3
+
A short summary of what is included in your Pull Request.
4
4
5
5
Fixes #(issue_no)
6
6
7
-
Replace `issue_no` in the above line with the issue related to this PR.
7
+
Replace `issue_no` in the above line, with the issue related to this PR.
8
8
9
9
## Type of change
10
10
@@ -15,13 +15,13 @@ Choosing one or more options from the following as per the nature of your Pull r
15
15
-[ ] Documentation Update
16
16
17
17
# Checklist:
18
-
19
-
Please tick all the boxes that are fulfilled by your Pull request
20
-
21
-
-[ ]I have named my files and folder according to this project's guidelines
22
-
-[ ] My code follows the style guidelines of this project
23
-
-[ ] I have commented my code, particularly in hard-to-understand areas
24
-
-[ ] I have created a helpful and easy to understand `README.md`
25
-
-[ ] I have included a requirements.txt file(if external libraries are required)
26
-
-[ ] My changes dont produce any warnings.
27
-
-[ ] I have added a working sample/screenshot of the script
18
+
Please tick all the boxes that are fulfilled by your Pull Request.
19
+
20
+
-[ ] I have named my files and folder, according to this project's guidelines.
21
+
-[ ]My code follows the style guidelines of this project.
22
+
-[ ] My Pull Request has a descriptive title. (not a vague title like `Update index.md`)
23
+
-[ ] I have commented on my code, particularly in hard-to-understand areas.
24
+
-[ ] I have created a helpful and easy to understand `README.md`, according to the given [`README_TEMPLATE.`](https://github.com/chavarera/python-mini-projects/blob/master/README_TEMPLATE.md).
25
+
-[ ] I have included a requirements.txt file(if external libraries are required.)
26
+
-[ ] My changes do not produce any warnings.
27
+
-[ ] I have added a working sample/screenshot of the script.
0 commit comments