mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Update contributing doc (#5368)
* Update contributing doc * Use better command
This commit is contained in:
parent
602a8478cd
commit
c76be23e90
1 changed files with 5 additions and 0 deletions
5
.github/contributing.md
vendored
5
.github/contributing.md
vendored
|
@ -90,6 +90,11 @@ rails s
|
|||
git checkout -b new_feature_name
|
||||
```
|
||||
|
||||
### 11. Keep your forked branch up to date with changes in main repo
|
||||
```
|
||||
git pull upstream main
|
||||
```
|
||||
|
||||
## Legal
|
||||
|
||||
By submitting a Pull Request, you disavow any rights or claims to any changes
|
||||
|
|
Loading…
Add table
Reference in a new issue