Shahzad6077 / Hacktoberfest-hackedoff

This Repo contains easy javascript questions for beginners to participate in Hacktoberfest 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest'21

Contributing Guide

  • ⭐ this Repo

  • Fork the repo.

  • Make a separate folder on your local computer.

  • Right click > Git bash here.

  • git clone "repolink.git" (your forked repo link)

  • switch to folder you just cloned type : cd Hacktoberfest-hackedoff

  • Now head over to your file > make required changes > save the file. (return to the git bash terminal)

  • Create a branch 'git checkout -b 'your-banch-name'.

  • git add .

  • git commit -m "any message"

  • git push origin your-banch-name

  • (switch to Github)

  • Go to the orignal repo (the one you forked)

  • Click on the green button (Compare and Pull request)

  • Click on Send Pull Request.

You're done !

Don't forget to ⭐ this repo.

Note: Have patience till your PR gets reviewed and accepted/merged.

Happy Contributing 😃

About

This Repo contains easy javascript questions for beginners to participate in Hacktoberfest 2021.


Languages

Language:Python 94.2%Language:C 4.3%Language:Java 1.0%Language:C++ 0.3%Language:Kotlin 0.2%