Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 1.29 KB

Contribution.md

File metadata and controls

35 lines (25 loc) · 1.29 KB

contribution

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.

How to contribute!

Steps:

  • First commment on the issue in which you want to work upon.

  • Fork the repository

  • Clone the fork repo

  • Add Scripts related to your respective issues.

    • git add
  • Add a commit message !

    • git commit -a -m ""
  • Push changes - git push origin

  • Push changes - git push -u origin <name_of_your_branch>

  • Create pull requests - [Try to Mention the related issue for your PR]