open-sauced / intro

Empowering Your Open Source Journey: From First Contribution to Project Leadership
https://opensauced.pizza/learn
Other
544 stars 111 forks source link

Bug: Chapter 5 git clone command typo #12

Closed alishata128 closed 1 year ago

alishata128 commented 1 year ago

Describe the bug

In Chapter 5, part of practical contribution to opensauced-guestbook, there is a typo in the git clone command

git clone git@github.com:[your_username]/opensauced-guestbook.git

opensauced-guestbook.git is not the correct name for the forked repo

Steps to reproduce

  1. Go to File 05-how-to-contribute-to-open-source.md
  2. Edit the File
  3. Change the repo name from "opensauced-guestbook.git" to "opensauced-guestbook"
  4. Save the file and commit the changes

Browsers

No response

Additional context (Is this in dev or production?)

No response

Code of Conduct

Contributing Docs

kabszac commented 1 year ago

has someone worked on this issue? If not I would like to work on it.

alishata128 commented 1 year ago

I've worked on this issue, and made a pull request for it, appreciate your help

gpsakthivel commented 1 year ago

@alishata128

Good job mate.

Note: The mentioned typo issue is occured in two places of this file.

Hope your PR contains changes in both the lines.