From d94482872208ab12775e4595715db029c2db2844 Mon Sep 17 00:00:00 2001 From: Ayush Bhardwaj Date: Fri, 16 Oct 2020 13:10:33 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78ab79f..8fcc59e 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,9 @@ So far, the following projects have been integrated to this repo: Remember to star the repo if you love the scripts~ :wink: ## Contribution Guidelines : + +### Steps required to follow before adding any script + - Make a **separate folder** for your script. - There shouldn't be any **spaces** between the names of the script. (Use underscore or dash Symbol) - :x: Script One @@ -197,7 +200,7 @@ Remember to star the repo if you love the scripts~ :wink: - `source env\bin\activate` - `pip freeze > requirements.txt` -- Please add your script in the [project's list](https://github.com/hastagAB/Awesome-Python-Scripts#what-do-we-have) above. +- Add your name & script in the [project's list](https://github.com/hastagAB/Awesome-Python-Scripts#what-do-we-have) above in the same format. [Compulsory] - Only One Commit per PR is Adviced.