Skip to content

Commit

Permalink
Update CONTRIBUTING.md to use git ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
MohabMohamed authored May 8, 2022
1 parent 5187844 commit 94ad9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Thank you! We'll try to respond as quickly as possible.
## Contributing Code

1. Fork this repo
2. Download your fork `git clone https://github.com/your-username/asynq && cd asynq`
2. Download your fork `git clone git@github.com:your-username/asynq.git && cd asynq`
3. Create your branch `git checkout -b your-branch-name`
4. Make and commit your changes
5. Push the branch `git push origin your-branch-name`
Expand Down

0 comments on commit 94ad9e5

Please sign in to comment.