Giter VIP home page Giter VIP logo

hacktoberfest2020's Introduction

Hacktoberfest 2020 🎉

Hacktober Badge Star Badge

Let's contribute in as simplest way as possible.

Let's make a simple contribution to this repository.

Let me show you how easy it is:

1. Fork this repository:

Fork this repository by clicking on the fork button on the top of this page which will create a copy of this repository in your account.


2. Clone the repository:

Now, clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the clone button and then click the copy to clipboard icon.
After that, let's bring the cloned repository to your local machine.
git clone <url-you-just-copied>
For example:
git clone https://github.com/CodeMacrocosm/HactoberFest2020.git


3. Move inside the repository:

Since you want to change the files inside, first let's move to the folder correctly. Use the following command on terminal:
cd HacktoberFest2020


4. Make a new branch:

So, you're about to make your personal changes to the project, it's always a better idea to make a new branch. Run the following command:

git checkout -b <feat-add-yourname>
For example:
git checkout -b feat-add-5hre9a


5. Make the required changes

Check out the CONTRIBUTE.md file to see what all contributions can you make.


6. Commit all your changes

It's the time when you commit your changes and leave a beautiful commit message behind. You can run the following commands:

git add .
git commit -m "<Your Message>"
For example:
git commit -m "Added 5hre9a's Story"

Lastly, push your changes to Github:
To do so run the following command:

git push origin <your-branch-name>
For example:
git push origin feat-add-5hre9a


7. Make a pull request:

If you go to your repository on GitHub, you'll see a Compare & Pull Request button. Click on the button. Now submit the pull request. Leave a custom message if you want.


Motivation

There seems to be a lot of hype. Contributing to Open Source can be a highly satisfying experience, especially for new developers out there who have just started with their journey.

How will this work:
You get your PR's done and contribute to a cool repository by sharing your stories and struggles and helping others in their journey.

Happy Coding. Hope you all get your cool swags :)

hacktoberfest2020's People

Contributors

shreyamalogi avatar debugagrawal avatar prakash-sah-lab avatar yash4801 avatar shruthi-kotawar avatar sameera-7 avatar srujana-55 avatar chandrasangna avatar niharikaponugoti avatar razyesh avatar sukaran avatar nguyenvd27 avatar rd91 avatar codesudo avatar kdbeer avatar nikhilmishra-198 avatar sakshimaslekr avatar anjalisoni3655 avatar vivi3008 avatar kashyap-kumar avatar abhishek765 avatar chiraag-kakar avatar ak0982 avatar trachana20 avatar snehakri022 avatar shivansh-k avatar ocoderdude avatar hemabhagnani avatar ariexx avatar anushree176 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.