Skip to content

Commit

Permalink
Pull request #619, first review: ignore vs code settings, add an exam…
Browse files Browse the repository at this point in the history
…ple of the configuration file in doc.md
  • Loading branch information
latnr committed Sep 7, 2020
1 parent aaf6ca1 commit 0b3ef4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ botserverrc
# Pycharm
\.DS_Store
\.idea/

# VS Code
.vscode/settings.json

7 changes: 7 additions & 0 deletions zulip_bots/zulip_bots/bots/bugzilla/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0b3ef4b

Please sign in to comment.