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/
- Please adhere to the file structure provided, i.e. place your code only in the appropriate folders. For example, if you want to add a data structure in C++, put it in the appropriate folder. If you prefer another language, create a new folder (if one does not already exist) and use the same file structure.
- Do not disburse spam codes (They should be proper codes and not just one liners or space fixes).
- Please try to include detailed descriptions of the code you're adding.
- Single-line commits will be rejected and marked as spam.
- For DSA Code: Try to add time and space complexity to the actual code as comments.
- Follow the pull request template
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
git clone https://github.com/your-username/hacktoberfest.git
- Create a branch
git checkout -b branch-name
- Make your changes (choose from any task below)
- Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
- Star this repository ⭐ if you had fun!
- Linkedin: https://www.linkedin.com/in/aditya-kumar-gupta-54b323188/
- Twitter: https://twitter.com/AdityaK50575664
- GitHub: https://github.com/al1216
- Email Id: adityakumargupta115@gmail.com