AliceWonderland/hacktoberfest

Contributors - See Here! Requirements for files

Open

#1,292 opened on Oct 20, 2017

View on GitHub
 (15 comments) (0 reactions) (0 assignees)HTML (8,479 forks)batch import
good first issuehacktoberfest

Repository metrics

Stars
 (1,119 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Requirements

I think there already is an issue for each requirement, but I'll just bring it all together here.

Script files:

Your ending script file should look something like this:

// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Steven Copeland
// GITHUB: https://github.com/StevenCopeland

console.log("Hello World") 

Do NOT make your file like this

console.log("Hello World")

Also, make sure to put the file in the script folder NOT in the home directory.

Contributor.md:

Make sure you don't delete any other data which is already stored there.

Your data should look some what like this:

 #### Name: [YOUR NAME](GitHub Link)
  - Place: City, State, Country
  - Bio: Who are you?
  - GitHub: [Your Name](GitHub Link)

Profile:

Make sure to include your file in the Profile directory NOT(as I said before) in the home directory.

Your date should look somewhat like this:

# Your Name

### Academics

Your School/Degree

### Interests

- Some Things You Like

### Development

- Inventor of the My Pillow

### Projects

- [My Project](GitHub Link) Short Description

### Profile Link

[Your Name](GitHub Link)

Make sure to stay inline with all these requirements

Contributor guide