Skip to content

This repository is dedicated to serve developers who are new to open-source contributions and want to contribute some value in Hacktoberfest 2022. Give a star to repo if you find it useful!

License

Notifications You must be signed in to change notification settings

subhamtheone/HacktoberFest_2022

Repository files navigation

🎉HacktoberFest_2022🎉

Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

Leave a STAR ⭐ please. Will Be Helpful :)

P.S. Checkout this awesome README.md file

https://github.com/subhamtheone/HacktoberFest_2022/

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.

banner image

📌Video for help :

✨Getting Started :

  • Register yourself on Hacktoberfest
  • Fork this repository by clicking on the top right "fork" button
  • Now, clone this forked repository on to your local system
git clone https://github.com/<your_username_here>/HacktoberFest_2022.git

Example: git clone https://github.com/subhamtheone/HacktoberFest_2022.git

  • Create a new branch for yourself
git checkout -b <branch-name>
  • Create a folder and name it as your contribution type
  • Include author_name and github username in each code by using comment-lines
  • Make your changes and put them in your folder
  • Commit and push them
git add .
git commit -m "Commit Message"
git push origin <branch-name>
  • Make a PR to the original repository
  • Once we validate your contribution we will merge it
  • Congrats on your first PR
  • Repeat these steps 4 times to complete the tasks

📚Contribution Rules :

- You are allowed to make pull requests that break the rules. We just merge it ;)
- Do NOT add any build steps e.g npm install (we want to keep this a simple static site)
- Do NOT remove other content.
- Styling/code can be pretty, ugly or stupid, big or small as long as it works
- Try to keep pull requests small to minimize merge conflicts

Happy Hacking !!

About

This repository is dedicated to serve developers who are new to open-source contributions and want to contribute some value in Hacktoberfest 2022. Give a star to repo if you find it useful!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published