with-mahimasingh / Hacktoberfest-2021

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

Home Page:https://hacokars.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2021

GitHub stars GitHub issues GitHub forks GitHub language count GitHub top language

Hacktoberfest-2020 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 

Create a folder named your GITHUB_USERNAME

mkdir YOUR_USERNAME

Start Adding your solved problems files 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.

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.

  3. When you are writing a solution to a problem try sticking to the same programming language for other solutions also.

  4. Before making a valid pull request you should have pushed atleast 5 solutions to different problems from the Problem List add it into a single folder and then make pull request.

  5. Your solution must be compiled and checked against the given test cases before making a pull request.

About

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

https://hacokars.netlify.app/

License:MIT License


Languages

Language:Java 27.1%Language:Python 22.7%Language:C++ 17.1%Language:JavaScript 14.5%Language:SCSS 13.6%Language:HTML 1.7%Language:Jupyter Notebook 0.9%Language:Dart 0.9%Language:C 0.7%Language:PHP 0.5%Language:CSS 0.2%Language:Assembly 0.1%Language:Verilog 0.0%Language:Shell 0.0%