diff --git a/.github/issue_template.md b/.github/issue_template.md
index 656278d72..9abe053ce 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,17 +1,16 @@
-**If you are suggestting a feature or improvement**, delete everything here and just write your idea.
-If you are reporting a bug, please fill out the details. If you don't, I will most likely just close the issue asking for more detail.
----
-**Browser Type/Version**: FILL OUT
-**Issue Description**: FILL OUT
-**Brew code to reproduce**: Click to expand code
-```
-PUT YOUR BREW CODE HERE
-```
-
+### Additional Details
-**Related Images** : IF APPLICABLE
+**Share Link** :
+
+or
+
+**Brew code to reproduce** : Click to expand
+
+PASTE BREW CODE HERE
+
+
\ No newline at end of file
diff --git a/changelog.md b/changelog.md
index cbd782e80..81d24238f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
# changelog
+### Monday, 07/11/2016
+- Added final touches to the html validator and updating the rest of the branch
+
### Friday, 09/09/2016 - v2.4.0
- Adding in a HTML validator that will display warnings whenever you save. This should stop a lot of the issues generated with pages not showing up.
diff --git a/client/homebrew/pages/homePage/welcome_msg.md b/client/homebrew/pages/homePage/welcome_msg.md
index 04751e4db..dbe614bd6 100644
--- a/client/homebrew/pages/homePage/welcome_msg.md
+++ b/client/homebrew/pages/homePage/welcome_msg.md
@@ -80,7 +80,7 @@ ___
### Images
-Images can be included 'inline' with the text using Markdown-style images. However for background images more control is needed.
+Images must be hosted online somewhere, like imgur. You use the address to that image to reference it in your brew. Images can be included 'inline' with the text using Markdown-style images. However for background images more control is needed.
Background images should be included as HTML-style img tags. Using inline CSS you can precisely position your image where you'd like it to be. I have added both a inflow image snippet and a background image snippet to give you exmaples of how to do it.
diff --git a/package.json b/package.json
index 548f282df..3bb003cf5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
- "version": "2.3.0",
+ "version": "2.4.0",
"scripts": {
"build": "node_modules/.bin/gulp prod",
"watch": "node_modules/.bin/gulp",