Home

Awesome

Hacktoberfest-2024

Check out this project as well: Annoying Button๐Ÿ˜ก. It's Hacktoberfest GitHub repo: https://github.com/fineanmol/Annoying-submit-button

Submit your PR on this new repo Hacktoberfest. We are merging all PRs there.

In this current repo, there are a lot of conflicts; we are not merging until all conflicts are resolved. Hacktoberfest { Live Website }

This is a beginner-friendly project to help you get started with your Hacktoberfest. If you don't know where to start, feel free to watch the videos linked below and read the contribution rules. Happy Learning <3 ๐Ÿ’™ !!

P.S. Star โญ and share this repository if you had fun!! ๐Ÿ˜

Hacktoberfest 2024 Event Completed

๐Ÿ“Œ Videos ๐Ÿ“ฝ๏ธ:

Contribution Rules๐Ÿ“š:

<!-- - Add your name to the contributorsList file. -->

Getting Started ๐Ÿคฉ๐Ÿค—:

git clone https://github.com/fineanmol/Hacktoberfest2024.git
cd Hacktoberfest2024
git checkout -b my-new-branch
<!--- - Add your name to `contributors/contributorsList.js`. -->
git add .
git commit -m "Relevant message"
git push origin my-new-branch
<br>

Avoid Conflicts {Syncing your fork}

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

git remote add upstream https://github.com/fineanmol/Hacktoberfest2024

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.

Swags of Hacktoberfest:

Many candidates get attracted to Hacktoberfest for the swags. After 4 successfully merged pull requests, as of 2024, you will be eligible to get a Hacktoberfest T-shirt and some stickers delivered to your doorstep.

<li><B><p><img src="https://miro.medium.com/max/1050/1*4JctIO7irt8hFxBmTvUpiQ.jpeg" width="400" height="225" style="width: 400px; height: 225px;" alt="t-shirt image"></a></p><p><img src="https://miro.medium.com/max/1050/1*jkffr74bq5RsQ_xqDhgqYQ.jpeg" width="400" height="225" style="width: 400px; height: 225px;" alt="stickers image"></p> </b></li>

FAQs (Frequently Asked Questions)

We will do our best to merge as much as possible from everyone. However, time is limited, and the merge conflicts are horrible :astonished: <3
<br>

Our Top Contributors

<p align="center"><a href="https://github.com/fineanmol/Hacktoberfest2024/graphs/contributors"> <img src="https://contrib.rocks/image?repo=fineanmol/Hacktoberfest2024" max={1000} columns={100} anon={1}/> </a></p>