Hacktoberfest is digitalocean’s annual event that encourages people to contribute to open source throughout October. much of modern tech infrastructure—including some of digitalocean’S own products—relies on open-source projects built and maintained by passionate people who often don’t have the staff or budgets to do much more than keep the project alive. Hacktoberfest is all about giving back to those projects, sharpening skills, and celebrating all things open source, especially the people that make open source so special.
- 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/Hacktoberfest2022.git
- change the present working directory
cd Hacktoberfest2022
- create a new branch
git checkout -b <branch-name>
- Make your changes
git add . git commit -m "Your commit Message" git push origin branch-name
- Make a pull request.
- Star the repository.
- 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 wherever necessary.
- Donot remove previous contents.
- Spammy Pull Requests will be marked spam and then closed.
CTRL+click
the GIF below