aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
blob: 111c7a25e783f4241dba10f0e74b6b716b0f397a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#### General information

* **Version:** eg 1.12.2
* **Device:** eg Google Nexus 5
* **Android Version:** eg Android 6.0 Stock or Android 5.1 Cyanogenmod

#### Steps to reproduce

1.2.#### Expected result

What is the expected output? 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
steps it takes to reproduce the problem.

````
C:\ADB>adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt
````