GithubHelp home page GithubHelp logo

dhruv10 / oss_first_contribution Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hemabhkamboj/oss_first_contribution

0.0 1.0 0.0 16 KB

A repository to get beginners started with Open Souce!

License: MIT License

oss_first_contribution's Introduction

Making your first Open Source Contribution ๐ŸŽ‰

Slides for the OSS SIG: https://docs.google.com/presentation/d/1wG0pVVtgnogi4kZoORms5P5rn-076oah9wbGMI8hir8/edit?usp=sharing

  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/satwikkansal/oss_first_contribution.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.
  17. Now sit back and relax! Some maintainer will merge you PR soon. And voila, you just made your first contribution!! ๐ŸŽ‰
  18. It would be great if you can spare 30 seconds to fill this feedback form - http://bit.ly/ossdtu1

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

Finally, you're all welcome to join our Facebook discussion group DTU : Open Source Software Development (SIG) and ask your queries or share your achievements (like your first contribution :P).

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.

oss_first_contribution's People

Watchers

 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.