Contribute here for Hacktoberfest.
Add your name to the CONTRIBUTORS.md
file using the below convention:
#### Name: [YOUR NAME](GitHub link)
- Place: City, State, Country
- Bio: Who are you?
- GitHub: [GitHub account name](GitHub link)
Add a Your_Name.md
file to the profiles
directory. Use any combination of content and Markdown you'd like. Here is an example:
# Your Name
### Location
Your City/Country
### Academics
Your School
### Interests
- Some Things You Like
### Development
- Inventor of the My Pillow
### Projects
- [My Project](GitHub Link) Short Description
### Profile Link
[Your Name](GitHub Link)
Add a hello_world_yourusername.xx
script to the scripts
directory in any language of your choice! Here is an example:
// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Piyush Sikarwal
// GITHUB: https://github.com/psikarwal
console.log('Hello, World!');