featuredImage of this Post
Feb 01, 2022

How to Participate and Complete Hacktober Fest 2021

How to participate in Hacktoberfest 2021

Click Here for My šŸ‘‰ GitHub Repo šŸ‘ˆ to Complete Hacktoberfest

Hacktoberfest 2021 Special

    • ā—

      We will be posting a problem daily at 10 AM related to languages like Python, JAVA, C++ till 30th Oct.

    • ā—

      No need to get issues, you can directly attempt and submit by following instruction written in issue description.

    • ā—

      We will review comments, PRs raised at 5 PM and then 10 PM to provide feedback so that you can make necessary changes.

    • ā—

      You have time till 10 AM next day to submit, we will not accept any PR post this deadline.

    • ā—

      Make sure you take from latest code and don't edit any other file.

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 2021 challenge and earn a limited edition T-shirt.

Programming Languages

This Repository consists of following programming languages

    • ā—

      HTML

    • ā—

      Python

    • ā—

      Java

    • ā—

      C++

    • ā—

      JavaScript

Steps to setup this Repository Locally

    • ā—

      Fork and Star this repository to your account.

    • ā—

      Go to Git Bash and Clone the forked repository using :

      a. Clone the repository

   git clone https://github.com/your_username/make-pull-request

    • ā—

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

Creating a PR

    • ā—

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

  git add <file-name>
    • ā—

      Once files added, you need to commit the changes to with an appropriate commit message.

  git commit -m "<your-message>"
    • ā—

      After committing the changes, you need to push the changes

   git push origin <branch-name>
    • ā—

      Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.

    • ā—

      Click it and you'll be taken to this screen

    • ā—

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

    • ā—

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

Thank You for your Amazing Contribution!!

Saptarshi Sarkar

Saptarshi Sarkar

šŸ‘‹ Hi, I am the Creator and Maintainer of this blog šŸ˜ šŸ‘€ Iā€™m interested in Latest Techs, programing and Engineering. šŸŒ± Iā€™m currently learning Computer Science and Engineering. šŸ’žļø Iā€™m looking to collaborate on projects that attract me. šŸ“« How to reach me @SarkarSaptarshi (telegram)

Leave a Reply

Related Posts

Categories