Git Product home page Git Product logo

hacktoberfest's Introduction

Hacktoberfest 2023

What is Hacktoberfest ✨ ?

This is a Month long celebration of the open source contibution. By the name only we can guess it is celebrated in the month of October, and you are invted to join the community as an enthusiast, Developer or even as a beginner.

Instructions πŸ“œ

  • First fork this repository.
  • Repeated codes will not be merged.
  • The quality of pull requests is paramount,quantity comes second.
  • Submit atleast four pull requests.
  • No programming language boundation.

Digital Rewards

For Hacktoberfest 2023, you have the opportunity to earn digital rewards as a recognition of your contributions. These rewards may include:

  • Digital Certificates: You'll receive a digital certificate of participation that you can proudly display on your GitHub profile or social media.

  • Exclusive Badges: Unlock exclusive Hacktoberfest badges for your GitHub profile to showcase your commitment to open source.

  • Special Mention: Some projects may feature top contributors on their README or website, giving you recognition for your valuable contributions.

Please note that this year, there are no physical rewards like T-shirts and stickers. Instead, we're focusing on recognizing your efforts and contributions in the digital space.

Get Involved

Hacktoberfest is not just about rewards; it's also an excellent opportunity to contribute to open source projects, learn from others, and connect with the global developer community. So, roll up your sleeves, pick your favorite projects, and start contributing!

πŸš€ Quick Start :

Step 1: Forking the repository :

To work on this project, you will first need to make a copy of this repository. To do this, you should fork the repository and then clone it so that you have a local working copy.

Get your own Fork/Copy of this repository by clicking Fork button at right upper corner of your screen.

Step 2: Clone the Forked Repository

After the repository is forked, you can now clone it so that you have a local working copy of the codebase.

To make your local copy of the repository follow the steps:

  • Open the Command Prompt
  • Type this command:
$ git clone https://github.com/<your-github-username>/Hacktoberfest2021

Step 3: Creating a new branch

This is one of the very important step that you should follow to contribute in Open Source. A branch helps to manage the workflow, isolate your code and does not creates a mess. To create a new branch:

$ git branch <name_of_branch>
$ git checkout -b <name_of_branch>

Keep your cloned repository upto to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

git pull origin main

Step 5: Contribute

Make relevant changes according to the issue that you were assigned on. Contribute in any way you feel like :)

Step 6: Commiting and Pushing

Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which is being done with the git add command.

git add .

With our file staged, we’ll want to record the changes that we have made to the repository with the git commit command.

The commit message is an important aspect of your code contribution; it helps the other contributors fully understand the changes you have made, why you made it, and how significant it is.

git commit -m "useful commit message"

At this point you can use the git push command to push the changes to the current branch of your forked repository:

git push origin <branch-name>

Step 7: Create Pull Request

Now, you are ready to make a pull request to the original repository.

You should navigate to your forked repository, and press the "Compare & pull request" button on the page.

GitHub will alert you that you can merge the two branches because there is no competing code. You should add in a title, a comment, and then press the β€œCreate pull request” button.

Thanks go to these Wonderful People πŸ‘¨πŸ»β€πŸ’»: πŸš€ Contributions of any kind are welcome!

Contributors πŸ˜„

HAPPY HACKING!!πŸ₯³

hacktoberfest's People

Contributors

mr-ayush-agrawal avatar shubhanshu1911 avatar nidhisingh26 avatar turbo7slug avatar adhiraj-12 avatar sujanrupu avatar arkaslittlemind avatar msabhii avatar rahullkumr avatar itssiddhantjain avatar vivekumar08 avatar praptisharma28 avatar 29deepanshutyagi avatar talardork avatar susovandas19 avatar sanketj29 avatar real-coder007ravi avatar pratikshaekbote avatar guneet-01 avatar bharath-kumarreddy avatar nigdifg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.