Polishing vscode contribute docs

This commit is contained in:
silversword411 2021-04-04 23:51:39 +00:00
parent 9ced7561c5
commit 6827468f13
3 changed files with 5 additions and 1 deletions

View File

@ -71,7 +71,9 @@ Open browser and look at your repo (It should reflect your commit)
#### 6a. Request your changes to be pulled into the primary repo (Pull Request)
Choose
![Changes you've made need integration with master repo](images/trmm_contribute-notice.png)
In browser create pull request
### 7. Sync your local fork
@ -79,6 +81,8 @@ Choose
Bring changes from original repo to your local vscode copy so you're current with changes made in original Github repo
![Sync Fork](images/trmm_need_sync_local_fork.png)
```
git pull --rebase upstream develop
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB