/python-cpp-programs-projects

This Repository is created to help fellow coders learn open source contributions. This Repository is created for Hacktoberfest 2022

Primary LanguageC++MIT LicenseMIT

python-cpp-projects

This Repository is created to help fellow coders learn open source contributions. This Repository is created for Hacktoberfest 2022 This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳 ⭐ Feel free to use this project to make your first contribution to an open-source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!

Try to work on different and unique projects which are not present in this repository already and give little description about your project.

⭐ Make sure to grab some cool swags during Hacktoberfest by getting involved in the open-source community.

This repository is open to all members of the GitHub community. Any member can contribute to this project!

What is Hacktoberfest? 🤔 A month-long celebration from October 1st to October 31st presented by Digital Ocean and DEV Community collaborated with GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open-source developer community.

https://hacktoberfest.digitalocean.com/

Rules:

To qualify for the official limited edition Hacktoberfest shirt, you must register here and make four Pull Requests (PRs) between October 1-31, 2022 (in any time zone). PRs can be made to any public repository on GitHub, not only the ones with issues labeled Hacktoberfest. This year, the first 40,000 participants who complete Hacktoberfest can elect to receive one of two prizes: a tree planted in their name, or the Hacktoberfest 2022 t-shirt.

Steps to follow 📜

Tip : Complete this process in GitHub (in your browser)

flowchart LR
    Fork[Fork the project]
    -->Edit[Edit file]
    -->commit -->|Finally|creatpr((Create a Pull Request))
    
Loading

1. Fork it 🍴

You can get your own fork/copy of HacktoberFest-2022 by using the Fork button.

2. Clone it 👥

NOTE: commands are to be executed on Linux, Mac, and Windows(using Powershell or git bash)

You need to clone or (download) it to local machine using

$ git clone https://github.com/Your_Username/Hacktoberfest-2022.git

3. Make file change and commit:

Now, open the directory in which you cloned it and add your project or make any changes that you want.Then,commit it and push into your created repository.

4. Pull request:

Then you need to go into your repository and click on "Contribute" --> "Open Pull Request".

So, you have successfully made your pull request.Now, I will verify your pull request and merge it into my repository.