Skip to content

Commit

Permalink
[doc] update bugreport formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalal committed Jun 1, 2019
1 parent ecb2655 commit 0c37478
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,22 @@ What happened? Please make sure to first search existing issues and read the [FA
**Debug output**

Switch on debug logging and include output along with the error or problem you see. If you are using yowsup-cli, this can be enabled by passing ```---debug```.

Please include any output as code blocks for proper formatting. For example:
```
debug output here
```

**Config file**

It's sometimes useful to post contents of your configuration file. If you do some, make sure to mask out your phone
number, login, id, client_static_keypair, fdid, expid, otherwise you risk your account getting taken over. Also please
always post contents of your profile's config.json, and not just a different path you pass to yowsup-cli
It's sometimes useful to post contents of your configuration file. If you do some, make sure to mask out your phone number, login, id, client_static_keypair, fdid, expid, otherwise you risk your account getting taken over.

Also please always post contents of your profile's config.json, and not just a different path you pass to yowsup-cli
(see [What is inside a profile's config.json?](https://github.com/tgalal/yowsup/wiki/FAQ#what-is-inside-a-profiles-configjson))

**Versions**

Please include yowsup version, yowsup-cli version, as well as versions for consonance, dissononce, python-axolotl, and
cryptography packages. Some of this information can be obtained if you run yowsup-cli with ```--debug``` flag, or
through ```yowsup-cli version```.
Please include yowsup version, yowsup-cli version, as well as versions for consonance, dissononce, python-axolotl, and cryptography packages. Some of this information can be obtained if you run yowsup-cli with ```--debug``` flag, or through ```yowsup-cli version```.

If you are not using a released version but code directly from the repository, please indicate the commit hash.

Expand Down

0 comments on commit 0c37478

Please sign in to comment.