1
0
Fork 1
monocles_chat_clean/.github/ISSUE_TEMPLATE.md

37 lines
891 B
Markdown
Raw Normal View History

2020-07-16 19:27:04 +02:00
#### General information
2016-05-13 08:32:10 +02:00
2020-11-22 06:41:33 +01:00
* **Version:** 3.0.0
2020-07-16 19:27:04 +02:00
* **Device:** Xiaomi Mi A1
2020-11-22 06:41:33 +01:00
* **Android Version:** Android 10 (stock)
2021-06-28 17:43:45 +02:00
* **Server name:** monocles.de, conversations.im, jabber.de or self hosted
2020-07-16 19:27:04 +02:00
* **Server software:** ejabberd 19.09.1 or prosody 0.11.3 (if known)
* **Installed server modules:** Stream Managment, CSI, MAM
* **Monocles chat source:** PlayStore, PlayStore Beta Channel, F-Droid, Github, Codeberg, self build (latest HEAD)
2016-05-13 08:32:10 +02:00
2020-07-16 19:27:04 +02:00
#### Steps to reproduce
1. ?
2. ?
#### Expected result
What is the expected output?
#### Actual result
What do you see instead?
#### Debug output
2021-04-24 22:39:56 +02:00
Please post the output of adb logcat. The log should begin with the start of monocles chat and include all the
2020-07-16 19:27:04 +02:00
steps it takes to reproduce the problem.
````
2021-04-24 22:39:56 +02:00
Linux: adb -d logcat -v time | grep -i monocles_chat > logcat.txt
Windows: adb -d logcat -v time | FINDSTR monocles_chat > logcat.txt
2020-07-16 19:27:04 +02:00
````