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: CONTRIBUTING_GUIDELINES.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Following are the steps to guide you:
48
48
49
49
> - Do not edit/delete someone else's code in this repository. You can only insert new files/folder in this repository.
50
50
51
-
> - Give a meaningful name to whatever file or folder you are adding, for e.g., if you have written a Python code on Hello World, then Hello_World.py is one example of valid name.
51
+
> - Give a meaningful name to whatever file or folder you are adding, for e.g., if you have written a Python code on Hello World, then hello_world.py is one example of valid name.
52
52
53
53
54
54
## 💡What should I keep in mind while contributing?
@@ -88,10 +88,9 @@ We want your work to be readable by others; therefore, we encourage you to note
88
88
### 🧲Pull Requests Review Criteria
89
89
90
90
1. Please fill the **[PR Template](https://github.com/prathimacode-hub/Awesome_Python_Scripts/blob/main/.github/pullrequest_template.md)** properly while making a Pull Request.
91
-
2. You must add your code .ipynb file into the respective **folders**.
91
+
2. You must add your code .py file into the respective **folders**.
92
92
3. Your work must be original, written by you not copied from other resources.
93
93
4. You must comment on your code where necessary.
94
-
4. For frontend changes, kindly share screenshots and work samples of your work before sending a PR.
95
94
5. Follow the proper [style guides](https://google.github.io/styleguide/) for your work.
96
95
6. For any queries or discussions, please feel free to drop a message.
97
96
@@ -100,7 +99,7 @@ We want your work to be readable by others; therefore, we encourage you to note
100
99
101
100
We want your work to be readable by others; therefore, we encourage you to note the following:
102
101
103
-
- Create a folder with a meaningful repository name (If Digital Clock is submitted for example, the Folder Name should be "DigitalClock" and the File Name as "digital_clock.py")
102
+
- Create a folder with a meaningful repository name (If Digital Clock is submitted for example, the Folder Name should be "Digital Clock" and the File Name as "digital_clock.py")
104
103
- File extension for code should be `.py`.
105
104
- Strictly use snake_case (underscore_separated) in your file_name, as it will be easy to parse in future using scripts.
106
105
- Please avoid creating new directories if at all possible. Try to fit your work into the existing directory structure you have created for your project. If you want to, please contact before doing so.
0 commit comments