If this is your first time to open source contribution in python So that I have created this repo for all the you to start contributing.
-
First commment on the issue in which you want to work upon.
- Issue-1 : powerexploit#91
- Issue-2 : powerexploit#92
- Issue-3 : powerexploit#93
- Issue-4 : powerexploit#94
-
Fork the repository
-
Clone the fork repo
- git clone https://github.com/<Your_Username>/Awesome-Python-Scripts
-
Create new branch
- git checkout -b
-
Add Scripts related to your respective issues.
- git add
-
Add a commit message !
- git commit -a -m ""
-
Push changes - git push -u origin <name_of_your_branch>
-
Create pull requests - [Try to Mention the related issue for your PR]