update issue template
This commit is contained in:
parent
605b83de0b
commit
77974790ca
1 changed files with 6 additions and 6 deletions
12
.github/ISSUE_TEMPLATE.md
vendored
12
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,9 +1,9 @@
|
|||
#### General information
|
||||
|
||||
* **Version:** 2.5.0
|
||||
* **Version:** 3.0.0
|
||||
* **Device:** Xiaomi Mi A1
|
||||
* **Android Version:** Android 9 (stock)
|
||||
* **Server name:** conversations.im, jabber.de or self hosted
|
||||
* **Android Version:** Android 10 (stock)
|
||||
* **Server name:** blabber.im, conversations.im, jabber.de or self hosted
|
||||
* **Server software:** ejabberd 19.09.1 or prosody 0.11.3 (if known)
|
||||
* **Installed server modules:** Stream Managment, CSI, MAM
|
||||
* **Pix-Art Messenger source:** PlayStore, PlayStore Beta Channel, F-Droid, Github, Codeberg, self build (latest HEAD)
|
||||
|
@ -27,10 +27,10 @@ What do you see instead?
|
|||
|
||||
#### Debug output
|
||||
|
||||
Please post the output of adb logcat. The log should begin with the start of Pix-Art Messenger and include all the
|
||||
Please post the output of adb logcat. The log should begin with the start of blabber.im and include all the
|
||||
steps it takes to reproduce the problem.
|
||||
|
||||
````
|
||||
Linux: adb -d logcat -v time | grep -i Pix-Art > logcat.txt
|
||||
Windows: adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt
|
||||
Linux: adb -d logcat -v time | grep -i blabber.im > logcat.txt
|
||||
Windows: adb -d logcat -v time | FINDSTR blabber.im > logcat.txt
|
||||
````
|
||||
|
|
Loading…
Reference in a new issue