Skip to content

Commit c956357

Browse files
committed
Pull request #619, first review: ignore vs code settings, add an example of the configuration file in doc.md
1 parent 9dddd68 commit c956357

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ botserverrc
5757
# Pycharm
5858
\.DS_Store
5959
\.idea/
60+
61+
# VS Code
62+
.vscode/settings.json
63+

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

zulip_bots/zulip_bots/bots/bugzilla/doc.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ To use Bugzilla Bot, first set up `bugzilla.conf`. `bugzilla.conf` takes 2 optio
88
- site (the site like `https://bugs.xxx.net` that includes both the protocol and the domain)
99
- api_key (a Bugzilla API key)
1010

11+
Example:
12+
```
13+
[bugzilla]
14+
site = https://bugs.site.net
15+
api_key = xxxx
16+
```
17+
1118

1219
## Usage
1320

0 commit comments

Comments
 (0)