Skip to content

Commit 3d5abce

Browse files
authored
Adjusted layout a bit
1 parent ab2e1d5 commit 3d5abce

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

  • content/getting-started/contribution/dnn-docs/how-to-edit-an-article

content/getting-started/contribution/dnn-docs/how-to-edit-an-article/index.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,19 @@ Now that you've gotten DNN Docs running locally (congrats BTW!) we will talk thr
7474

7575
![GitHub Issue Screenshot](/images/GitHub_InBrowser_Issue.jpg)
7676
3. Create a new branch for your work using Visual Studio menu item 'Git...New Branch..'
77-
![Visual Studio 2026 Create New Branch](/images/DnnDocs_VS2026_CreateNewBranch.png)
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-
![Visual Studio 2026 Git Changes Tab](/images/DnnDocs_VS2026_GitChangesTab.png)
82-
6. Commit the changed and added files by clicking 'Commit All and Push'.
83-
![Visual Studio 2026 Commit Changes](/images/DnnDocs_VS2026_GitChanges_CommitAllAndPush.png)
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+
![Visual Studio 2026 Create New Branch](/images/DnnDocs_VS2026_CreateNewBranch.png)
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+
![Visual Studio 2026 Git Changes Tab](/images/DnnDocs_VS2026_GitChangesTab.png)
83+
84+
8. Commit the changed and added files by clicking 'Commit All and Push'.\
85+
![Visual Studio 2026 Commit Changes](/images/DnnDocs_VS2026_GitChanges_CommitAllAndPush.png)
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.
8587
![Git compare and pull request screenshot](/images/GitHub_InBrowser_CompareAndPullRequest.jpg)
8688

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.
8890

8991
![Git pull request resolves](/images/GitHub_InBrowser_PullRequestResolves.jpg)
9092

0 commit comments

Comments
 (0)