Skip to content

DSCBVP-ND/Hacktoberfest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World!

Follow these steps accordingly to contribute to Hacktoberfest to earn swags and learn something about the open source contribution.

Website link on which you will contribute https://dscbvp-nd.github.io/Hacktoberfest/

Step 1

Create a account on Github

https://github.com

screenshot from 2018-10-03 01-55-18

Step 2

Register yourself for Hacktoberfest.

https://hacktoberfest.digitalocean.com/register

image

Step 3

This is the link of the repository that you guys will be contributing to: https://github.com/DSCBVP-ND/Hacktoberfest

img1

Step 4

Star this repository

image

Step 5

Fork this repository on your profile

image

Step 6

Open Terminal and type in these commands

$ cd Desktop
$ git clone (paste the url obtained from clicking on "Clone or download" option on YOUR OWN PROFILE)
$ cd Hacktoberfest

img2

Step 7

Add your name in contributors.md file in this format

img3

  1. Put your name
  2. Put your personal message
  3. Put the address of your github link , all in index.html file in the format shown below.

img4

Step 8

$ git remote add upstream https://github.com/DSCBVP-ND/Hacktoberfest

img5

Step 9

Then:-

$ git pull upstream master
$ git add -A 
$ git commit -m “your commit message”
$ git push --set-upstream origin master

Then, type your github username and password

img6

Step 10

Now open the repository which you forked in your account and click on the Compare and Pull Request

img7

Step 11

Open dscbvp-nd.github.io/Hacktoberfest when your PR will be merged it will appear on the page (Even after the PR is merged, It will take some time for the page to update)

img8