From 9b7f3988782c4d4dca37f8ff4f7bc36fbe19f240 Mon Sep 17 00:00:00 2001 From: Arttu mahlakaarto Date: Tue, 1 Oct 2019 23:57:16 +0300 Subject: [PATCH] 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. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d7078e485..a95e344610 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,10 +11,10 @@ We love your input! We want to make contributing to this project as easy and tra 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! ## We Develop with Github -We use github to host code, to track issues and feature requests, as well as accept pull requests. +We use GitHub to host code, to track issues and feature requests, as well as accept pull requests. ## We Use [Git Flow](https://atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) -![Simple Image Of A Git Flow Workflow](https://nvie.com/img/hotfix-branches@2x.png) +![Simple Image Of A Git Flow Workflow](https://nvie.com/img/hotfix-branches@2x.png) When contributing to this project please make sure you follow this and name your branches appropriately! ## All Code Changes Happen Through Pull Requests