Skip to content

Commit f804aa4

Browse files
authored
Update issue templates
1 parent a9435a4 commit f804aa4

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Generate statistics**
14+
15+
```bash
16+
wget https://raw.githubusercontent.com/rev1si0n/lamda/master/tools/statistics.sh
17+
adb push statistics.sh /data/local/tmp
18+
# su to root (change launch.sh to LAMDA's launch.sh path)
19+
sh /data/local/tmp/statistics.sh /data/local/tmp/arm64-v8a/bin/launch.sh
20+
# then attach report file /sdcard/statistics.txt
21+
```

0 commit comments

Comments
 (0)