/Code-Contribution

JAVA | C++ | C | Python | Open Source | Contribution

Primary LanguagePythonMIT LicenseMIT

Code-Contribution

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

Hacktoberfest

Steps to contribute

  • Fork the repository

  • Clone the fork repo

  • Create new branch

    • git checkout -b (Your-Branch-Name)
  • Add Scripts related to your respective issues.

    • git add
  • Add a commit message !

    • git commit -m "Added your message"
  • 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]

Congratulations!🎇

You contributed to open source project & sit relax wait for review.! Thank you.🤝

If you like this repo, drop a ⭐