diff --git a/README.md b/README.md
index 7bda26a4fcd58791a7329d08337f21f3095d9329..a86b1f2be8f92c9b9101e2c45e90b53b0054e599 100644
--- a/README.md
+++ b/README.md
@@ -44,5 +44,14 @@ Two metrics (above and beyond what are exposed by the Go Prometheus library) are
 * last_run_time - The time of the last feed checks, useful for creating alerts to check for successful runs.
 * issues_created - The total number of issues created in Gitlab, useful to check for runaways.
 
+## Example Issues
+### GKE Release Notes
+Feed URL: https://cloud.google.com/feeds/kubernetes-engine-release-notes.xml
+![GKE Release Notes](screenshots/GKEReleaseNotes.png "GKE Release Notes")
+### GKE Security Updates
+Feed URL: https://cloud.google.com/feeds/kubernetes-engine-security-bulletins.xml
+![GKE Security updates](screenshots/GKESecurityUpdate.png "GKE Security updates")
+
+
 ### TODO
 * Make the retroactive setting of the Gitlab creation time optional.
\ No newline at end of file
diff --git a/screenshots/GKEReleaseNotes.png b/screenshots/GKEReleaseNotes.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4e3f1c39f349e0ad2e6acfc3649bed2a05b3d40
Binary files /dev/null and b/screenshots/GKEReleaseNotes.png differ
diff --git a/screenshots/GKESecurityUpdate.png b/screenshots/GKESecurityUpdate.png
new file mode 100644
index 0000000000000000000000000000000000000000..afc496149f95ff10d82eea61dfdd2f0f690e12ae
Binary files /dev/null and b/screenshots/GKESecurityUpdate.png differ