Giter VIP home page Giter VIP logo

first-repo's Introduction

Making your first Open Source Contribution ๐ŸŽ‰

  1. Get ready!
  2. Create a Github account if you haven't already. Link: https://github.com/join
  3. Create an issue in this repository saying something like "Add YOUR_NAME_HERE to the contributors."
  4. Comment below the issue if you're willing to work on it.
  5. Wait for a maintainer to assign the issue to you.
  6. Meanwhile, fork this repository using the fork button.
  7. Install and setup git in your machine, if you haven't already. You can follow the instructions given here
  8. Clone this repository.
    git clone https://github.com/ajay1706/First-repo.git
  9. Check into the directory
    cd repo_name
  10. Add remote to your fork
    git remote add myfork your_fork_url
    Click the green clone button on your repository to find out the "your_fork_url"
  11. Look for the file "Contributors.md" in the directory. Open it in any editor (notepad, sublime, vim, nano, etc) and just add your name to the end of the file.
  12. Check your modifications with git status command.
  13. Add the file to staging
    git add Contributors.md
  14. Commit your changes.
    git commit -m "Add YOUR_NAME_HERE to the contributors. Yay!"
    PS: Replace YOUR_NAME_HERE with your own lovely name.
  15. Push your changes to github
    git push myfork master
  16. Open your forked repository on Github, click on the "Create a Pull Request Button", and submit a Pull Request (don't forget to add the url of the issue you created in the PR description).
  17. Now sit back and relax! Some maintainer will merge you PR soon. And voila, you just made your first contribution!! ๐ŸŽ‰
  18. Once your PR is merged, feel free to close the issue you created.

Note: If you are stuck at any step, feel free to open up an issue in this repository describing your problem.

Now feel free to play around with Github, follow your friends, check out different project, see what's trending and so on.. Remember, the more you explore on your own, the better you'll learn.

first-repo's People

Contributors

ajay1706 avatar pratyush2710 avatar

Watchers

 avatar  avatar

Forkers

tarungarg2207

first-repo's Issues

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.