shujanpannag / Hacktoberfest_2021

The official Repository wherein newbies into Open Source can Contribute during the Hacktoberfest 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2021

GitHub stars GitHub open pr GitHub closed pr GitHub forks GitHub language count GitHub top language

Hacktoberfest-2021 Logo

Get Started With your first Contrinution/Pull Request :

Fork/Copy the repo by clicking the right most button on top of the page.

Go to your own repository list and find the forked repository.

Clone the repo:

git clone https://github.com/GITHUB_USERNAME/Hacktoberfest_2021

In your local repository, run script/setup, move to the folder of the root directory

cd Hacktoberfest_2021/YOUR_CODE_LANGUAGE 

Start Adding your solved problems files or DSA codes or anything useful into the directory.

Make a Commit to the added files

git add .
git commit -m "added all solution files/ANY_MESSAGE"

Push the Changes to your own forked repository:

git push origin main

Now go to the Github Website and switch to the forked repository.

Click on preview and make pull request. A pull request is being made to the original Repository.

Once the Pull Request is made we will verify your solutions and merge the Pull Requests. With this you make your first valid pull Request. Don't forget to add your details in CONTRIBUTING.md to get featured!

Wahoo!!!....

Guidelines for Contributions :

  1. Always use a valid github Username for naming the folder that would contain your solutions.

  2. There is no restrictions over language you are using to code the solution You can use any valid commonly used Programming languages. If there is no folder for your programming language feel free to create one.

  3. When you are writing a solution to a problem stick to the same programming language as the folder it is created under. You can submit solutions in other programming languages too but please do it under the respective language folder

  4. Your solution must be a working one.

  5. Please use standard headers and modules as in official documentation.

About

The official Repository wherein newbies into Open Source can Contribute during the Hacktoberfest 2021


Languages

Language:C 39.6%Language:C++ 25.3%Language:Python 16.4%Language:Java 16.0%Language:CMake 1.9%Language:Verilog 0.5%Language:PHP 0.3%