File tree Expand file tree Collapse file tree 6 files changed +83
-42
lines changed Expand file tree Collapse file tree 6 files changed +83
-42
lines changed Original file line number Diff line number Diff line change
1
+ name : Blank Issue
2
+ description : Blank Issue. Reserved for maintainers.
3
+ labels : ["Unity"]
4
+ body :
5
+ - type : textarea
6
+ id : description
7
+ attributes :
8
+ label : Description
9
+ description : Please describe the issue.
10
+ validations :
11
+ required : true
12
+
13
+ - type : markdown
14
+ attributes :
15
+ value : |-
16
+ ## Thanks 🙏
17
+ Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : 🐞 Bug Report
2
+ description : Report a bug in this repo
3
+ labels : ["Unity", "Bug"]
4
+ body :
5
+ - type : textarea
6
+ id : environment
7
+ attributes :
8
+ label : Environment
9
+ description : |
10
+ How do you use Sentry?
11
+ Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?)
12
+
13
+ Which version of the SDK?
14
+
15
+ How did you install the package? (Git-URL, Assetstore)
16
+
17
+ Which version of Unity?
18
+
19
+ Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
20
+ validations :
21
+ required : true
22
+
23
+ - type : textarea
24
+ id : steps-to-reproduce
25
+ attributes :
26
+ label : Steps to Reproduce
27
+ description : |
28
+ 1. What
29
+ 2. you
30
+ 3. did.
31
+ validations :
32
+ required : true
33
+
34
+ - type : textarea
35
+ id : expected-result
36
+ attributes :
37
+ label : Expected Result
38
+ description : What you thought would happen.
39
+ validations :
40
+ required : true
41
+
42
+ - type : textarea
43
+ id : actual-result
44
+ attributes :
45
+ label : Actual Result
46
+ description : What actually happened. Maybe a screenshot/recording? Maybe some logs?
47
+ validations :
48
+ required : true
49
+
50
+ - type : textarea
51
+ id : logs-screenshots
52
+ attributes :
53
+ label : Any logs or screenshots
54
+ validations :
55
+ required : false
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : 💡 Feature Request
2
+ description : Tell us about a problem our SDK could solve but doesn't.
3
+ labels : ["Unity", "Feature"]
4
+ body :
5
+ - type : textarea
6
+ id : feature-request
7
+ attributes :
8
+ label : What problem could Sentry solve that it doesn't?
9
+ validations :
10
+ required : true
You can’t perform that action at this time.
0 commit comments