diff --git a/docs/docs/contributing_using_vscode.md b/docs/docs/contributing_using_vscode.md index 51af895b..a4ae9b44 100644 --- a/docs/docs/contributing_using_vscode.md +++ b/docs/docs/contributing_using_vscode.md @@ -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 ``` diff --git a/docs/docs/images/trmm_contribute-notice.png b/docs/docs/images/trmm_contribute-notice.png new file mode 100644 index 00000000..8075f068 Binary files /dev/null and b/docs/docs/images/trmm_contribute-notice.png differ diff --git a/docs/docs/images/trmm_need_sync_local_fork.png b/docs/docs/images/trmm_need_sync_local_fork.png new file mode 100644 index 00000000..f8a5c1c2 Binary files /dev/null and b/docs/docs/images/trmm_need_sync_local_fork.png differ