Skip to content

A public repository open for contribution for hacktoberfest 2020

Notifications You must be signed in to change notification settings

ACM-SAHYADRI/hacktoberfest-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacktoberfest-2020

A PUBLIC REPOSITORY OPEN TO BE CONTRIBUTED FOR HACKTOBERFEST 2020

If you are participating in hacktoberfest for the first time this repo is for you

What to do?

  1. Fork this repo
  2. Edit main.js
  3. Add you photo into /images folder
  4. Add your name in contributers.txt
  5. Commit and push
  6. Send a Pull Request

After the Pull Request has been accepted your name will be displayed here View

Steps to Contribute

  1. You can find the below line at the beginning of main.js
let contributers=[
    
]
  1. There will be information inside those brackets
let contributers=[
  {
    details of contributer 1
  },
  {
    details of contributer 2
  }
]
  1. Fill your info in the following format just after the previous contributer by putting a comma
{
  "name" : "YOUR NAME",
  "college" : "YOUR COLLEGE NAME or POSITION",
  "image" : "images/YOUR_NAME.[jpg/png]",
  "github" : "YOUR_GITHUB_LINK",
  "linkedin" : "YOUR_LINKEDIN_LINK",
  "instagram" : "YOUR_INSTAGRAM_LINK"
}
  1. Put your image with the name specified in "image" : "images/YOUR_NAME.[jpg/png]" into images folder.

    Image must be in Square format

    Preferably under 1 mb for faster page load

  2. Add your name in Contributers.txt

  3. Send Pull Request

Happy Hacking !!

About

A public repository open for contribution for hacktoberfest 2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published