From ee4851d387295a54aeff744d34d2693a2d6e4a86 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 21 Nov 2014 09:02:00 +0000 Subject: [PATCH 1/3] Heroku Button Support is done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e2c330..a1274970 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ See the [INSTALL.md](/INSTALL.md) document for more information. If you'd like t - [ ] Third party integration: - [ ] Connect to third-party services and auto report using the API. - [ ] Add components via third-party sources. -- [ ] Heroku Button Support [#5](https://github.com/jbrooksuk/Cachet/issues/5) +- [x] Heroku Button Support [#5](https://github.com/jbrooksuk/Cachet/issues/5) # License From 1568e97bc3d9e0bfbbd7a6ee5ebf117a2473fbb8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 21 Nov 2014 09:03:28 +0000 Subject: [PATCH 2/3] Demo link to Heroku --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1274970..2d34b838 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Cachet is an open source PHP status page system using the Laravel framework. -For more information on why I started developing Cachet, check out my [blog post](http://james-brooks.uk/cachet/?utm_source=github&utm_medium=readme&utm_campaign=github-cachet). +For more information on why I started developing Cachet, check out my [blog post](http://james-brooks.uk/cachet/?utm_source=github&utm_medium=readme&utm_campaign=github-cachet). [A demo, deployed to Heroku](https://cachet.herokuapp.com). **Currently in development.** Please feel free to contribute! From 65ae7edf8369bf2070dfabb83214477b95dc773a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 21 Nov 2014 15:47:05 +0000 Subject: [PATCH 3/3] Added Incident report templates as a goal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d34b838..deb05c86 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ See the [INSTALL.md](/INSTALL.md) document for more information. If you'd like t - [ ] Incident reporting: - [ ] Manual. - [ ] Third-party integration to automatically create incidents. +- [ ] Incident report templates. - [ ] RESTful API. - [ ] Administration panel: - [ ] Create new incidents.