Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 823 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 823 Bytes

DSA-guide

If this is your first time to open source contribution I have created this repo for all the you to start contributing.

  • 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]