From 3bf09bfc12dd37714f2e52169891ccc7aa01ad05 Mon Sep 17 00:00:00 2001 From: zhouziyang Date: Tue, 18 Jan 2022 16:09:32 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d01a6a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Check required kernel modules** +- `grep binder /proc/filesystems` +- `grep ashmem /proc/misc` + +**Host info** +- `uname -a` +- `lscpu` +- `ls -al /dev/dri/ && cat /sys/kernel/debug/dri/*/name` +- `docker info` +- `dmesg -T` (suggest put into a text file) + +**Container info** +- running command: `docker run ...` +- `docker exec ps -A` +- `docker exec logcat -d` (suggest put into a text file) + +**Screenshots** +If applicable, add screenshots to help explain your problem.