Skip to content

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest

Notifications You must be signed in to change notification settings

al1216/Hacktoberfest2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎃 Hacktoberfest 2022 🎃

Hacktober Badge Star Badge Contributions

hacktoberfest image

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/

Rules To Follow while sending pull request:

  • 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

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)

image

* Clone your fork down to your local machine
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!

Connect me ...

About

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published