Skip to content

Commit 49a0122

Browse files
committed
chore: update github bug report template
1 parent f0fe784 commit 49a0122

File tree

1 file changed

+34
-18
lines changed

1 file changed

+34
-18
lines changed
Lines changed: 34 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,40 @@
1-
name: 🐛 Bug report
1+
name: Bug report
22
description: Report a reproducible bug or regression in this library.
33
labels: [bug]
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
# Bug report
9-
10-
👋 Hi!
11-
12-
**Please fill the following carefully before opening a new issue ❗**
135
- type: checkboxes
146
attributes:
15-
label: Before submitting a new issue
16-
description: Please perform simple checks first.
7+
label: Before submitting
178
options:
18-
- label: I tested using the latest version of the library, as the bug might be already fixed.
9+
- label: I tested using the latest version
1910
required: true
20-
- label: I checked for possible duplicate issues, with possible answers.
11+
- label: I checked for duplicate issues
2112
required: true
13+
- label: I have enabled `enableDebug={true}` prop and included console logs below
14+
required: false
15+
16+
- type: dropdown
17+
id: platform
18+
attributes:
19+
label: Platform
20+
multiple: true
21+
options:
22+
- iOS
23+
- Android
24+
- Web (Expo)
25+
- Web (RN Web)
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: versions
31+
attributes:
32+
label: Versions
33+
description: |
34+
Run: `npm ls react-native react react-native-google-places-textinput` and paste the result here
35+
validations:
36+
required: true
37+
2238
- type: textarea
2339
id: summary
2440
attributes:
@@ -28,11 +44,11 @@ body:
2844
If needed, you can also provide other samples: error messages / stack traces, screenshots, gifs, etc.
2945
validations:
3046
required: true
47+
3148
- type: textarea
32-
id: react-native-info
49+
id: debug-logs
3350
attributes:
34-
label: Environment info
35-
description: Run `react-native info` in your terminal and paste the results here.
36-
validations:
37-
required: true
51+
label: Debug logs (with enableDebug={true})
52+
description: Console logs starting with `[GooglePlacesTextInput:...]`
53+
render: text
3854

0 commit comments

Comments
 (0)