You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Create a new branch for your work using Visual Studio menu item 'Git...New Branch..'
77
-

78
-
For more elaborate instructions on how to create a new branch in Visual Studio see https://learn.microsoft.com/en-us/visualstudio/version-control/git-create-branch?view=visualstudio.
79
-
4. Make your edits
80
-
5. Preview your work and files locally using the 'Git Changes' tab in Visual Studio.
81
-

82
-
6. Commit the changed and added files by clicking 'Commit All and Push'.
83
-

84
-
7. Go to your forked GitHub repo on GitHub.com. GitHub should detect the updated code and prompt you to make a pull request.
77
+

78
+
79
+
For more elaborate instructions on how to create a new branch in Visual Studio see https://learn.microsoft.com/en-us/visualstudio/version-control/git-create-branch?view=visualstudio.
80
+
6. Make your edits.
81
+
7. Preview your work and files locally using the 'Git Changes' tab in Visual Studio.
82
+

83
+
84
+
8. Commit the changed and added files by clicking 'Commit All and Push'.\
85
+

86
+
9. Go to your forked GitHub repo on GitHub.com. GitHub should detect the updated code and prompt you to make a pull request.
85
87

86
88
87
-
8. Create a Pull Request on Github.com by clicking the "Compare and Create Pull Request" button. In the description/comments section be sure to include the text "Resolves ```#[INSERT ISSUE NUMBER HERE]``` where your previously created issue number is associated with this pull request.
89
+
10. Create a Pull Request on Github.com by clicking the "Compare and Create Pull Request" button. In the description/comments section be sure to include the text "Resolves ```#[INSERT ISSUE NUMBER HERE]``` where your previously created issue number is associated with this pull request.
0 commit comments