Skip to content

Commit f40b501

Browse files
committed
Merge branch 'issue-template'
2 parents 5042777 + f84486a commit f40b501

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/2-help-wanted.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,28 @@ body:
3333
- label: Android
3434
validations:
3535
required: true
36+
- type: input
37+
id: device-info
38+
attributes:
39+
label: Device Manufacturer(s) and Model(s)
40+
description: What is the device model(s) and manufacturer(s)
41+
placeholder: eg Google Pixel 6, iPhone 13 Pro
42+
validations:
43+
required: true
44+
- type: input
45+
id: device-os
46+
attributes:
47+
label: Device operating-systems(s)
48+
description: Affected device operating system
49+
placeholder: eg iOS 18.1, Android 13
50+
validations:
51+
required: true
52+
- type: input
53+
id: framework-version
54+
attributes:
55+
label: React Native / Expo version
56+
description: What version React Native / Expo are you using
57+
placeholder: "eg: 0.76.6, Expo 52 (consult your package.json)"
3658
- type: textarea
3759
id: what-happened
3860
attributes:

0 commit comments

Comments
 (0)