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/
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)
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)
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! 🌟 😎