Skip to content

Commit b4a955a

Browse files
authored
Merge pull request DhanushNehru#156 from ShubhamNagure/master
Repo Readme.md improved
2 parents 1e16c8d + d145b9c commit b4a955a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,26 @@
55
- [List of Scripts in Repo](#list-of-scripts-in-repo)
66
- [Wall of Contributors](#wall-of-contributors)
77

8+
89
# Python Scripts
910

1011
This repository consists of a list of more than 60 Python scripts, primarily those which automate a specific task. Each folder contains one or more .py files and a README to explain what that specific python script needs to run. These scripts are free to use as long as long as the original contributor is credited.
1112

1213
## Contributing
1314

14-
For new Python scripts, first create an Issue listing the script you would like to contribute to the repo. Then fork the repository and create a Pull Request which contains a README describing the script along with listing any prequisites it would need, the python file(s) themselves, and any additional files the script(s) may need. Additionally, the script should be alphabetically added to this README in the List of Scripts in Repo section below, providing a title, a link to the folder in the github, and a brief description of what the script does.
15+
We encourage contributions from the community to make this repository even more valuable. Whether you want to add a new Python script or enhance an existing one, we welcome your input. Here's how you can contribute:
16+
17+
### Adding a New Script
18+
19+
**1. Create an issue:** Start by creating an issue in this repository. Describe the new script you'd like to contribute, its purpose, and any specific features it will provide.
20+
21+
**2. Fork the repository:** Fork this repository to your own GitHub account to create a copy that you can work on.
22+
23+
**3. Create a Pull Request (PR):** In your forked repository, develop the Python script and include a `README` file explaining how to use it. Ensure you credit the original contributor if you're building upon an existing script.
1524

16-
For editing existing scripts, first create an Issue listing any problems or additions for a given script and wait for others to give input on your proposed changes. After discussion, create a pull request that also links to the issue that contains your changes, updating the List of Scripts in Repo if need be.
25+
**4. Update the List:** If you're adding a new script, make sure to include it in the "List of Python Scripts" section below, providing a title, a link to the script's folder, and a brief description.
1726

18-
Remember to close your issues once your PR has been merged! They can be reopened if needed.
27+
**NOTE:** Remember to close your issues once your PR has been merged! They can be reopened if needed.
1928

2029
More information on contributing and the general code of conduct for discussion and feedback in this repo can be found here: [Contributions.md](https://github.com/DhanushNehru/Python-Scripts/blob/master/Contributions.md)
2130

0 commit comments

Comments
 (0)