From 52884fefd902627b1a83ceb76b7a4498f93de715 Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Tue, 28 Nov 2017 13:25:49 +0000 Subject: [PATCH] Add support contact details to origami.json (#7) --- origami.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/origami.json b/origami.json index ad4b3a4..105def3 100644 --- a/origami.json +++ b/origami.json @@ -4,5 +4,9 @@ "origamiType": "imageset", "origamiVersion": 1, "support": "https://github.com/Financial-Times/brand-images/issues", + "supportContact": { + "email": "origami.support@ft.com", + "slack": "financialtimes/ft-origami" + }, "supportStatus": "active" }