Skip to content

Commit 9b7f398

Browse files
authored
Fixed a missing newline
I noticed that the line "When contributing to this project please make sure you follow this and name your branches appropriately!" was being shown partially next to the image, partially below it. Added two spaces after the image to make the line of text appear below it instead.
1 parent 1c36d8a commit 9b7f398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ We love your input! We want to make contributing to this project as easy and tra
1111
If you are proposing new features, please discuss them with us in the [development server](https://discord.gg/etJNHCQ) before you start working on them!
1212

1313
## We Develop with Github
14-
We use github to host code, to track issues and feature requests, as well as accept pull requests.
14+
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
1515

1616
## We Use [Git Flow](https://atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)
17-
![Simple Image Of A Git Flow Workflow](https://nvie.com/img/hotfix-branches@2x.png)
17+
![Simple Image Of A Git Flow Workflow](https://nvie.com/img/hotfix-branches@2x.png)
1818
When contributing to this project please make sure you follow this and name your branches appropriately!
1919

2020
## All Code Changes Happen Through Pull Requests

0 commit comments

Comments
 (0)