/learn-open-source

Learn how to contribute to an open-source project , and learn how to make a pull request

Primary LanguageJavaScript

How To

This project is perfect for your first pull request

  • Fork this Repository using the button at the top
  • Clone your forked repository to your pc
  • Create a new branch for your modifications (ie. git branch first-pr and check it out git checkout first-pr and git checkout -b first-pr)
  • Add your bio in src/data.js
  • Add your changes (git add .)
  • commit (git commit -m "add my bio @username") and push (git push origin first-pr)
  • Create a pull request
  • Star this repository
  • Wait for Pull Request to merge
  • Celebrate - you've done your first pull request!

Screenshoot