Skip to content

Commit 4dfefef

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent e085de6 commit 4dfefef

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
### For usage help, ask a question on Stack Overflow with the `detox` tag. The issues section of the project is meant for opening bug reports and enhancement requests of Detox. We use it to automatically track the [change log](https://github.com/wix/detox/blob/master/CHANGELOG.md)
2-
3-
### IMPORTANT: Use search before opening an issue. Duplicate issues will simply be closed.
1+
### IMPORTANT: Use search before opening an issue. For help, ask in Stack Overflow with the `detox` tag. Duplicate issues or questions will simply be closed.
42

53
<!---
64
Please fill this template before submitting an issue. This helps determine the issue cause much quicker.
5+
Remove the sections that are not relevant to your issue.
76
If you are filing an enhancement request, you only need to fill the description section and can safely remove the other sections.
87
-->
98

@@ -35,3 +34,9 @@ Provide the macOS and Xcode versions you are using, and the device / simulator y
3534
Provide the device and verbose Detox logs so we can understand what happened. You can obtain them by passing the loglevel param: `detox test --loglevel verbose`
3635
3736
-->
37+
38+
#### iOS build logs
39+
<!---
40+
If you are seeing a build problem (during npm install), provide the log found here: ~/Library/Detox/ios/{...}/detox_ios.log
41+
42+
-->

0 commit comments

Comments
 (0)