This issue is reserved for participants of Welcome to Open Source, Atlanta.
If it’s still available after April 2nd, it’s all yours :)
:bug: The Bug
In the testing section of this repository’s README we tell the user to clone the repository using git clone git@github.com:hoodiehq/hoodie-client-task.git. But GitHub itself recommends the https:// protocol instead of the git@ which is SSH (see which remote should I use).
:dart: The Goal
Replace the git clone git@github.com:hoodiehq/hoodie-client-task.git with https://github.com/hoodiehq/hoodie-client-task.git in the README
:clipboard: Step by Step
If this is your first, welcome :tada: :smile: Here is a great tutorial on how to send a pull request
[ ] claim this issue (comment below)
[ ] Clone the repository to your computer
[ ] Edit the README.md file.
[ ] Commit the change docs(README): fixed git clone URL
[ ] Start a Pull Request. Mention closes #26 in the description of the pull request
[ ] Done :+1: Comment below to ask for a review :)
This issue is reserved for participants of Welcome to Open Source, Atlanta. If it’s still available after April 2nd, it’s all yours :)
:bug: The Bug
In the testing section of this repository’s README we tell the user to clone the repository using
git clone git@github.com:hoodiehq/hoodie-client-task.git
. But GitHub itself recommends thehttps://
protocol instead of thegit@
which is SSH (see which remote should I use).:dart: The Goal
Replace the
git clone git@github.com:hoodiehq/hoodie-client-task.git
withhttps://github.com/hoodiehq/hoodie-client-task.git
in the README:clipboard: Step by Step
If this is your first, welcome :tada: :smile: Here is a great tutorial on how to send a pull request
README.md
file.docs(README): fixed git clone URL
closes #26
in the description of the pull requestPing us in the Hoodie Chat or on Twitter if you have any questions :)