ElonReveMusk / Hactoberfest-2022

Contribute to all your PR's over here to get some awesome Hactoberfest goodies.
Apache License 2.0
7 stars 76 forks source link
algorithm code codeforcause data-structures dsa hacktoberfest hacktoberfest-accepted hacktoberfest2021 opensource

Hactoberfest 2022

Issues Stars GitHub Forks

How to particpate in Hacktoberfest 2022

How to register, some important rules to follow, which repos to contribute and other details in a 17 mins quick video on our Youtube Channel.

If above link doesn't work watch here.

Hacktoberfest 2022 Special

Open source is changing the world- one pull request at a time. Hactoberfest encourages participation in open source community, which grows bigger every year. Complete the 2022 challenge and earn a limited edition T-shirt.

Steps to setup this Repository Locally

  1. Fork this repository to your account.

hactoberfest2021

  1. Go to Git Bash and Clone the forked repository using :

    a. Clone the repository

    git clone https://github.com/your_username/Hactoberfest2022

    hactoberfest2021

    1. Open the folder in your favourite code editor and add your changes or modifications.

Creating a PR

  1. After making changes or modification on to your code locally, you need to add these files to the staging area.

    git add <file-name>
  2. Once files added, you need to commit the changes to with an appropriate commit message.

    git commit -m "<your-message>"
  3. After commiting the changes, you need to push the changes

    git push origin <branch-name>
  4. Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.

  5. Click it and you'll be taken to this screen

  6. Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.

  7. That's it. You have opened a PR. Wait for it to get merged.

Thank You for your Amazing Contribution!!