aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
blob: 83405628ec194f35112956e3302dfe6c84af214d (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
26
27
#### General information

* **Version:** eg 1.20.1
* **Device:** eg Google Pixel
* **Android Version:** eg Android 7.1.2 Stock or Android 6.0.1 LineageOS

#### Steps to reproduce

1.2.#### Expected result

What is the expected output?

#### Actual result

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.

````
adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt
````