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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ A collection of simple python mini projects to enhance your Python skills.
37
37
38
38
- Create a folder in [projects directory](https://github.com/Mayank94043626/python-projects-open-source/tree/master/projects) according to issue name.
39
39
- Write your code and add to the respective folder in the projects directory, locally.
40
-
- Don't forget to add a `README.md` in your folder, according to the [README_TEMPLATE.](https://github.com/Mayank94043626/python-projects-open-source/master/README_TEMPLATE.md)
40
+
- Don't forget to add a `README.md` in your folder, according to the [README_TEMPLATE.](https://github.com/Mayank94043626/python-projects-open-source/blob/master/README_TEMPLATE.md)
41
41
- Add the changes with `git add`, `git commit` ([write a good commit message](https://chris.beams.io/posts/git-commit/), if possible):
42
42
43
43
```bash
@@ -60,4 +60,4 @@ A collection of simple python mini projects to enhance your Python skills.
0 commit comments