aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRagu Pattabi <rpattabi@users.noreply.github.com>2020-07-22 10:32:11 +0530
committerDon Turner <dturner@users.noreply.github.com>2020-07-23 17:19:16 +0100
commitf7e777abbedfc75bc7f9b56591763f0fae8be148 (patch)
treee571dd8717f94d2d8ed28848030207784f99aeb9
parent8517708d845a3586a14367e6869b7c3a54b39033 (diff)
downloadoboe-f7e777abbedfc75bc7f9b56591763f0fae8be148.tar.gz
Added device section for bug report template
Phil usually requests `ro.hardware.chipname` and `ro.arch` which don't exist on my devices. So additionally I added related properties I found.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index b85d462f..8e36c534 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -22,6 +22,24 @@ App name used for testing:
**Actual behavior**
+**Device**
+
+If device specific, please share values for these properties:
+
+```
+adb shell getprop ro.product.brand
+adb shell getprop ro.product.manufacturer
+adb shell getprop ro.product.model
+adb shell getprop ro.product.device
+adb shell getprop ro.product.cpu.abi
+adb shell getprop ro.build.description
+adb shell getprop ro.hardware
+adb shell getprop ro.hardware.chipname
+adb shell getprop ro.arch
+adb shell getprop | grep aaudio
+
+```
+
**Any additional context**
If applicable, please attach a recording of the sound.