Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Sanchitbajaj02/Hacktoberfest-2022-firstPush

Repository files navigation

HacktoberFest 2022: First Push

Hacktoberfest 2022

Contributers Issues Pull Requests Forks Stars

Welcome to this year's HacktoberFest

A beginner-friendly repository to help you in open-source contribution. Made specifically for contribution in HACKTOBERFEST 2022!

❓ What's Hacktoberfest 2022?

Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long festival of open source code presented by Digital Ocean and DEV this year in 2022.

During the entire month of October 2022, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions. It can be a be a bug fix, improvement, or even a documentation change! And win a T-Shirt and awesome stickers.

If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities (and yes, there are always plenty for beginners too).

👕 Why Should I Contribute?

Hacktoberfest has a simple and plain moto.

Support open source and earn a limited edition T-shirt!

So, yes! You can win a T-Shirt and few awesome stickers to attach on your laptop. On plus side, you will get into beautiful world of open source and get the international exposure. Wait there's more!

🎯Objectives

The Main Objectives of this Repositry is to help People for their Contribution in Hacktoberfest 2022

📝 Contribution Guidelines

  • Fork this repo (button on top) (Mandatory)
  • Clone this on your local machine (Mandatory)
git clone https://github.com/Sanchitbajaj02/Hacktoberfest-2022-firstPush
  • Navigate to project directory.
cd Hacktoberfest-2022-firstPush
  • Create a new Branch
git checkout -b my-new-branch
  • Add your contribution
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push origin my-new-branch
  • Create a new pull request from your forked repository

Avoid Conflicts {Syncing your fork}

An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.

git remote add upstream https://github.com/Sanchitbajaj02/Hacktoberfest-2022-firstPush

You can verify that the new remote has been added by typing

git remote -v

To pull any new changes from your parent repo simply run

git merge upstream/master

This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your own commits to make sure that your repo is up to date with its parent.

For more information on syncing forks read this article from Github.

Support

If you like this project, please consider supporting it by giving it a ⭐️. It will help us to grow and improve this project and help others to find it.

Conclusion

  • Happy Contributing! 🎉
  • May you have a great Hacktoberfest 2022! 🎉
  • If you have any questions, feel free to ask me. I will be happy to help you. 😊

References

Connect with Author

Sanchit's Linkedin Sanchit's Github

Our valuable Contributors :

✨ Thanks goes to these wonderful people ✨