Update README.md

This commit is contained in:
Ayush Bhardwaj 2020-10-16 13:10:33 +05:30 committed by GitHub
parent e08ff04f49
commit d944828722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.