gdscigdtuw / kickstart_to_github-Hacktoberfest2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HacktoberFest 2020 โœจ

What is Hacktoberfest? ๐Ÿ˜ฎ

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

What do you have to do? ๐Ÿ‘‡

1. Add your name

Add your name to the CONTRIBUTORS.md file using the below convention:

#### Name: Your name
- Place: City, State, Country
- Bio: Who are you?
- GitHub: [GitHub account name](GitHub link)

2. Add a profile page

Add a Your_Name.md file to the profiles directory. Here is an example:

# Your Name

### Location

Your City/Country

### Academics

Your School

### Interests

- Some Things You Like

### Any projects to showcase? 

- [My Project](GitHub Link) Short Description

### Profile Link

[Your Name](GitHub Link)

3. Create a Hello, World! Script or any simple algorithm of your choice! ๐Ÿ’ป

Add a hello_yourusername.xx script to the scripts directory in any language of your choice! Here is an example:

// Printing Hello World!
console.log('Hello, World!');

Name the file hello_yourusername.xx. e.g., hello_dscigdtuw.js or hello_dscigdtuw.py.

Feel free to include additional information through comments about the language you choose!

Get ready! ๐ŸŒŸ ๐Ÿ˜Ž

About


Languages

Language:C++ 73.9%Language:JavaScript 12.8%Language:Java 12.8%Language:Kotlin 0.4%Language:Python 0.2%