Skip to content

Commit 9a0967f

Browse files
Update CONTRIBUTING_GUIDELINES.md
1 parent c8a2501 commit 9a0967f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING_GUIDELINES.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Following are the steps to guide you:
4848
4949
> - Do not edit/delete someone else's code in this repository. You can only insert new files/folder in this repository.
5050
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.
5252
5353
5454
## 💡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
8888
### 🧲Pull Requests Review Criteria
8989
9090
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**.
9292
3. Your work must be original, written by you not copied from other resources.
9393
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.
9594
5. Follow the proper [style guides](https://google.github.io/styleguide/) for your work.
9695
6. For any queries or discussions, please feel free to drop a message.
9796
@@ -100,7 +99,7 @@ We want your work to be readable by others; therefore, we encourage you to note
10099
101100
We want your work to be readable by others; therefore, we encourage you to note the following:
102101
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")
104103
- File extension for code should be `.py`.
105104
- Strictly use snake_case (underscore_separated) in your file_name, as it will be easy to parse in future using scripts.
106105
- 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

Comments
 (0)