Skip to content

Commit b9ec4c0

Browse files
eriedclaude
andcommitted
Wheel report template: add P6, OS-agnostic phone field
- Add InMotion P6 to the wheel dropdown - Rename 'Phone model + Android version' to 'Phone model + OS version' so the placeholder Android example doesn't imply iOS users (or future Wear / desktop ports) are excluded - Map 'P6' in the wheel name to the new dropdown option in the banner - Drop em-dash from the form description Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 390946d commit b9ec4c0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/wheel_report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Wheel report
2-
description: Report behavior on your wheel works, broken, or partially working
2+
description: Report behavior on your wheel: works, broken, or partially working
33
title: "[Wheel report] "
44
labels: ["wheel-report"]
55
body:
@@ -29,6 +29,7 @@ body:
2929
- InMotion V10
3030
- InMotion V8 / V8F
3131
- InMotion V9
32+
- InMotion P6
3233
- KingSong S18
3334
- KingSong S18L
3435
- KingSong S20 Eagle
@@ -103,6 +104,6 @@ body:
103104
- type: input
104105
id: phone
105106
attributes:
106-
label: Phone model + Android version
107+
label: Phone model + OS version
107108
description: Optional but helps for crashes or BLE issues.
108109
placeholder: e.g. Pixel 7 / Android 14

app/src/main/java/com/eried/eucplanet/ui/common/ExperimentalBanner.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ private fun matchWheelTemplateOption(name: String?): String? {
160160
"v10f" in n -> "InMotion V10F"
161161
"v10" in n -> "InMotion V10"
162162
"v9" in n -> "InMotion V9"
163+
"p6" in n -> "InMotion P6"
163164
else -> null
164165
}
165166
}

0 commit comments

Comments
 (0)