mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 03:21:55 +08:00
Update CONTRIBUTING.md to use git ssh
This commit is contained in:
parent
5187844ca5
commit
94ad9e5e74
@ -38,7 +38,7 @@ Thank you! We'll try to respond as quickly as possible.
|
|||||||
## Contributing Code
|
## Contributing Code
|
||||||
|
|
||||||
1. Fork this repo
|
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`
|
3. Create your branch `git checkout -b your-branch-name`
|
||||||
4. Make and commit your changes
|
4. Make and commit your changes
|
||||||
5. Push the branch `git push origin your-branch-name`
|
5. Push the branch `git push origin your-branch-name`
|
||||||
|
Loading…
Reference in New Issue
Block a user