You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_template.yaml
+9-5
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Thanks for taking the time to fill out this bug report!\n
10
-
**Please note that issues that do not follow the template may be closed.**\n
9
+
Thanks for taking the time to fill out this bug report!
10
+
11
+
⚠️ **Please note that issues that do not follow the template will be closed.**
11
12
## Environment Info
12
13
- type: dropdown
13
14
id: version
@@ -48,7 +49,8 @@ body:
48
49
- type: dropdown
49
50
id: platform
50
51
attributes:
51
-
label: What platform\s this bug is occurring on?
52
+
label: Platforms
53
+
description: What platform\s this bug is occurring on?
52
54
multiple: true
53
55
options:
54
56
- iOS
@@ -61,7 +63,7 @@ body:
61
63
id: what-happened
62
64
attributes:
63
65
label: What happened?
64
-
description: Please provide a clear and concise description of what the bug is?
66
+
description: Please provide a clear and concise description of what the bug is? Include screenshots or gifs if needed.
65
67
placeholder: Tell us what happened?
66
68
validations:
67
69
required: true
@@ -71,6 +73,8 @@ body:
71
73
attributes:
72
74
label: Reproduction steps
73
75
description: You must provide a clear list of steps and code to reproduce the problem.
76
+
placeholder: ex. - drag the bottom sheet...
77
+
value: "- "
74
78
validations:
75
79
required: true
76
80
@@ -79,7 +83,7 @@ body:
79
83
attributes:
80
84
label: Reproduction sample
81
85
description: You must provide a reproduction sample code using **Expo Snack** [issue reproduction template](https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template)
run: gh issue close "$NUMBER" --comment "Hello @$USER :wave:, this issue is being automatically closed and locked because it does not follow the issue template." --repo "$REPO"
0 commit comments