File tree 1 file changed +50
-0
lines changed 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 🐞 Bug Report
2
+ description : Tell us about something that's not working the way we (probably) intend.
3
+ body :
4
+ - type : dropdown
5
+ id : type
6
+ attributes :
7
+ label : How do you use Sentry?
8
+ options :
9
+ - Sentry Saas (sentry.io)
10
+ - Self-hosted/on-premise
11
+ validations :
12
+ required : true
13
+ - type : input
14
+ id : version
15
+ attributes :
16
+ label : Version
17
+ description : Which SDK version?
18
+ placeholder : ex. 1.5.2
19
+ validations :
20
+ required : true
21
+ - type : textarea
22
+ id : repro
23
+ attributes :
24
+ label : Steps to Reproduce
25
+ description : How can we see what you're seeing? Specific is terrific.
26
+ placeholder : |-
27
+ 1. What
28
+ 2. you
29
+ 3. did.
30
+ validations :
31
+ required : true
32
+ - type : textarea
33
+ id : expected
34
+ attributes :
35
+ label : Expected Result
36
+ validations :
37
+ required : true
38
+ - type : textarea
39
+ id : actual
40
+ attributes :
41
+ label : Actual Result
42
+ description : Logs? Screenshots? Yes, please.
43
+ validations :
44
+ required : true
45
+ - type : markdown
46
+ attributes :
47
+ value : |-
48
+ ## Thanks 🙏
49
+ validations :
50
+ required : false
You can’t perform that action at this time.
0 commit comments