From d598fae52ea38de04ca692a376da2e161495a109 Mon Sep 17 00:00:00 2001 From: Tomasz Kolek Date: Mon, 30 Jan 2017 21:45:12 +0100 Subject: [PATCH] docs: Add missing configuration step to github webhook doc. --- zerver/webhooks/github_webhook/doc.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zerver/webhooks/github_webhook/doc.html b/zerver/webhooks/github_webhook/doc.html index dc38f2fa65..5d4e1d63c3 100644 --- a/zerver/webhooks/github_webhook/doc.html +++ b/zerver/webhooks/github_webhook/doc.html @@ -24,7 +24,13 @@

where api_key is the API key of your Zulip - bot. Select the actions that you want to result in a + bot. +

+

+ Then, set "Content type" to application/json. +

+

+ Next, select the actions that you want to result in a Zulip notification and click Add Webhook.