Skip to content

sidharth1017/HacktoberFest2021

Repository files navigation

✨ hacktoberfest2021 💫

banner

🌱 Contributing to hacktoberfest 2021

Welcome to hacktoberfest 2021 Public Repository. 👨🏻‍💻

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 can You contribute ⚠️

  • There are language Specific folders in the repository choose any you're comfortable with if not, make one.
  • You can contribute any thing you like any algorithm, any favourite code, Project etc. to this repository.
  • Make sure your follow the below steps.

Process are as follows :-

  • Login using github @ Hacktoberfest
  • Create four valid pull requests (PRs) between 1st - 31st October

How to Contribute to this repository

  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone the forked repository to your local machine.
git clone https://github.com/your-username/HacktoberFest2021.git
  • Write your code.
  • Make a new branch.
  • Make change in the repository with the new branch.
  • Make a pull request.
  • Star the repository.

NOTE

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code whereever necessary.