From ba4d049ca943cacccfada88871a6232a4d10a6b2 Mon Sep 17 00:00:00 2001
From: philborman <phil.borman@gmail.com>
Date: Thu, 12 Jan 2017 20:09:06 +0100
Subject: [PATCH 1/5] Update README.md

Added links to docker packages
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index e7af465e3..c153fbcd3 100644
--- a/README.md
+++ b/README.md
@@ -65,3 +65,7 @@ Open localhost:5299/home or click the LazyLibrarian icon in the top left. Type a
 
 ## Update
 Auto update available via interface from master
+
+## Docker packages
+x64 version here  : https://github.com/linuxserver/docker-lazylibrarian
+armhf version here: https://github.com/linuxserver/docker-lazylibrarian-armhf 

From f0dec6f279ac7d78f43cbaba8e3b84808c065bd1 Mon Sep 17 00:00:00 2001
From: philborman <phil.borman@gmail.com>
Date: Thu, 12 Jan 2017 20:10:34 +0100
Subject: [PATCH 2/5] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c153fbcd3..50fd01c02 100644
--- a/README.md
+++ b/README.md
@@ -67,5 +67,5 @@ Open localhost:5299/home or click the LazyLibrarian icon in the top left. Type a
 Auto update available via interface from master
 
 ## Docker packages
-x64 version here  : https://github.com/linuxserver/docker-lazylibrarian
-armhf version here: https://github.com/linuxserver/docker-lazylibrarian-armhf 
+x64 version here  : https://github.com/linuxserver/docker-lazylibrarian  
+armhf version here: https://github.com/linuxserver/docker-lazylibrarian-armhf   

From 585f4f04fe69113da886b0d22bd0ae7c85d6f0e4 Mon Sep 17 00:00:00 2001
From: Neil <chbmb@linuxserver.io>
Date: Thu, 12 Jan 2017 19:17:14 +0000
Subject: [PATCH 3/5] Changed docker links to docker hub.

Hey Phil, thanks for that, hope you don't mind but I've changed the links to the docker hub site where the images are pulled from.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 50fd01c02..31dd96e67 100644
--- a/README.md
+++ b/README.md
@@ -67,5 +67,5 @@ Open localhost:5299/home or click the LazyLibrarian icon in the top left. Type a
 Auto update available via interface from master
 
 ## Docker packages
-x64 version here  : https://github.com/linuxserver/docker-lazylibrarian  
-armhf version here: https://github.com/linuxserver/docker-lazylibrarian-armhf   
+x64 version here  : https://hub.docker.com/r/linuxserver/lazylibrarian/  
+armhf version here: https://hub.docker.com/r/lsioarmhf/lazylibrarian/

From 6ea6a14bc91798d4664782413f85a4c8e9e32568 Mon Sep 17 00:00:00 2001
From: philborman <phil.borman@gmail.com>
Date: Sun, 15 Jan 2017 15:31:11 +0100
Subject: [PATCH 4/5] Create ISSUE_TEMPLATE.md

---
 ISSUE_TEMPLATE.md | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 ISSUE_TEMPLATE.md

diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
new file mode 100644
index 000000000..77495f0e0
--- /dev/null
+++ b/ISSUE_TEMPLATE.md
@@ -0,0 +1,6 @@
+To help with identifying and fixing issues, please include as much information as possible, including:
+### LazyLibrarian version number (at the bottom of config page)
+### Operating system (windows, mac, linux, etc)
+### Interface in use (default, bookstrap)
+### Relevant debug log with api keys redacted
+Please note - usually a single line of log is not sufficient. The lines jut before the error occurs can give useful context and greatly assist with debugging

From 9d350413d885ca832a5d7ddde8ecdb3d51b63dba Mon Sep 17 00:00:00 2001
From: philborman <phil.borman@gmail.com>
Date: Sun, 15 Jan 2017 16:49:57 +0100
Subject: [PATCH 5/5] Update ISSUE_TEMPLATE.md

---
 ISSUE_TEMPLATE.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index 77495f0e0..474d9688a 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,6 +1,8 @@
 To help with identifying and fixing issues, please include as much information as possible, including:
 ### LazyLibrarian version number (at the bottom of config page)
-### Operating system (windows, mac, linux, etc)
+### Operating system used (windows, mac, linux, NAS type)
 ### Interface in use (default, bookstrap)
-### Relevant debug log with api keys redacted
-Please note - usually a single line of log is not sufficient. The lines jut before the error occurs can give useful context and greatly assist with debugging
+### Source of your LazyLibrarian installation (git, zip file, 3rd party package)
+### Relevant debug log with api keys and any passwords redacted
+
+Please note - usually a single line of log is not sufficient. The lines just before the error occurs can give useful context and greatly assist with debugging.