Skip to content

Commit d477755

Browse files
authored
Add Android version input to bug report template
Added input field for Android version in bug report template.
1 parent 7f8be6c commit d477755

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ body:
6060
validations:
6161
required: true
6262

63+
- type: input
64+
id: android_version
65+
attributes:
66+
label: Android version
67+
description: Go to your Settings app and find your _Android_ version. NOT the HyperOS, MIUI, OxygenOS, OneUI version.
68+
placeholder: Android 15
69+
validations:
70+
required: true
71+
6372
- type: input
6473
id: device
6574
attributes:

0 commit comments

Comments
 (0)