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