Skip to content

Commit cb0b633

Browse files
authored
Merge pull request #376 from DimpalAgrawal/main
Please merge my pull request and I am beginner
2 parents dbac59e + e656929 commit cb0b633

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ You can open an issue with us for a bug, feature or a new script or start workin
1717

1818
## Things to keep in mind when contributing
1919

20-
If you are adding a script to the repository, please create a separate directory with the name of the script inside the `scripts` directory of this repository and work within it. Make sure your script comes with its very own `README.md` with proper documentation for the end user, if possible add screenshots of your script working in the `README.md` as well. In case you are uploading screenshots and/or other relevant images please create a separate `images` folder inside your script folder, this is where you will be keeping your images. Alternatively, you can also upload your images on platforms like [imgur](https://imgur.com/) and use the resulting link in your `README.md` file.
20+
21+
If you are adding a script to the respository, please create a separate directory with the name of the script inside the `scripts` directory of this repository and work within it. Make sure your script comes with its very own `README.md` with proper documentation for the end user, if possible add screenshots of your script working in the `README.md` as well. In case you are uploading screenshots and/or other relevant images please create a separate `images` folder inside your script folder, this is where you will be keeping your images. Alternatively, you can also upload your images on platforms like [imgur](https://imgur.com/) and use the resulting link in your `README.md` file.
22+
2123

2224
Once you are done working on your script edit this `README.md` file and add the relevant information regarding your script in the table below.
2325

scripts/NewsReader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
---
1212

13-
- Just run the exe file it will feth data in JSON format from the website.
13+
- Just run the exe file it will fetch data in JSON format from the website.
1414
- Also you can manually run .py file using `python news_reader.py` in the project folder
1515

1616
---

0 commit comments

Comments
 (0)