From 0b3ef4b290a903833339f30eb546311c0b0fb28d Mon Sep 17 00:00:00 2001 From: Nicolas Relange Date: Tue, 1 Sep 2020 08:51:59 +0200 Subject: [PATCH] Pull request #619, first review: ignore vs code settings, add an example of the configuration file in doc.md --- .gitignore | 4 ++++ zulip_bots/zulip_bots/bots/bugzilla/doc.md | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 910ff9029..f88e6cf14 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,7 @@ botserverrc # Pycharm \.DS_Store \.idea/ + +# VS Code +.vscode/settings.json + diff --git a/zulip_bots/zulip_bots/bots/bugzilla/doc.md b/zulip_bots/zulip_bots/bots/bugzilla/doc.md index 1b9f08e2b..7a625c165 100644 --- a/zulip_bots/zulip_bots/bots/bugzilla/doc.md +++ b/zulip_bots/zulip_bots/bots/bugzilla/doc.md @@ -8,6 +8,13 @@ To use Bugzilla Bot, first set up `bugzilla.conf`. `bugzilla.conf` takes 2 optio - site (the site like `https://bugs.xxx.net` that includes both the protocol and the domain) - api_key (a Bugzilla API key) + Example: + ``` + [bugzilla] +site = https://bugs.site.net +api_key = xxxx + ``` + ## Usage