Skip to content

Commit 678b963

Browse files
committed
Add github issue template
1 parent 53a4a7d commit 678b963

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
_Platform:_
2+
- [ ] iOS
3+
- [ ] Android
4+
5+
Output of `npm ls --prod --depth=0`
6+
7+
```
8+
<!-- Replace this -->
9+
```
10+
11+
Config:
12+
13+
```
14+
Sentry.config('https://[email protected]/...', {
15+
....
16+
}).install()
17+
```
18+
19+
20+
21+
---
22+
I have following issue:
23+
24+
Description goes here ...
25+
26+
**Steps to reproduce:**
27+
- Step
28+
29+
**Actual result:**
30+
- Actual
31+
32+
**Expected result:**
33+
- Result

0 commit comments

Comments
 (0)