Skip to content

Commit e73dea3

Browse files
Fix squash PR image (#103)
1 parent 8a40ce3 commit e73dea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/processes/pull_requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Once approved to complete the PR you'll need to `squash` your commits down to on
9292

9393
The simplest way to do this is in the GitHub UI. Within the PR the merge button for new repo's will say `Squash and merge`. Else you may need to click the down arrow next to the button to select it.
9494

95-
<img src="squash_and_merge.png" alt="Squash and merge" style="width: 384px;"/>
95+
![Squash and merge](squash_and_merge.png)
9696

9797
When you click it GitHub will present a box which contains the combined text from all the commit messages in the PR. Use this opportunity to reword the content to a single commit message (the smaller the change the simpler this is to do!)
9898

0 commit comments

Comments
 (0)