cocomantis / Hacktoberfest2024

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and if you like give us a ⭐️
https://github.com/cocomantis/Hacktoberfest2024.git
GNU General Public License v3.0
4 stars 9 forks source link
hacktoberfest hacktoberfest-accepted hacktoberfest2024 hacktoberfest2024-approved open-source open-source-code open-sources-code-github osc

Hacktoberfest-2024

Submit your PR on this new repo Hacktoberfest. I will merging all PRs there.

The website this repo is working on is here: https://cocomantis.github.io/Hacktoberfest2024/Website/HomePage.html#puppies

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πŸ“š:

Getting Started πŸ€©πŸ€—:

git clone https://github.com/cocomantis/Hacktoberfest2024.git
cd Hacktoberfest2024
git checkout -b my-new-branch
git add .
git commit -m "Relevant message"
git push origin my-new-branch


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/cocomantis/Hacktoberfest2024.git

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.

  • t-shirt image

    stickers image

  • FAQs (Frequently Asked Questions)

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