Skip to content

Commit 910a4d3

Browse files
authored
chore: Add error monitoring solution question to bug report template (#2583)
1 parent 7aed410 commit 910a4d3

1 file changed

Lines changed: 47 additions & 28 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 47 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,73 @@ name: 🐞 Bug Report
22
description: Report a bug in this repo
33
labels: ["Unity", "Bug"]
44
body:
5-
- type: textarea
6-
id: environment
5+
- type: input
6+
id: sdk-version
77
attributes:
8-
label: Environment
9-
description: |
10-
How do you use Sentry?
11-
Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?)
8+
label: SDK Version
9+
placeholder: e.g. 4.0.0
10+
validations:
11+
required: true
1212

13-
Which version of the SDK?
13+
- type: input
14+
id: unity-version
15+
attributes:
16+
label: Unity Version
17+
placeholder: e.g. 2022.3.70f1
18+
validations:
19+
required: true
1420

15-
How did you install the package? (Git-URL, Assetstore)
21+
- type: checkboxes
22+
id: platform
23+
attributes:
24+
label: Platform
25+
options:
26+
- label: Editor
27+
- label: Mobile (Android, iOS)
28+
- label: Desktop (Windows, macOS, Linux)
29+
- label: WebGL
30+
- label: Console
1631

17-
Which version of Unity?
32+
- type: dropdown
33+
id: sentry-environment
34+
attributes:
35+
label: Sentry Environment
36+
options:
37+
- Sentry SaaS (sentry.io)
38+
- Self-hosted
39+
validations:
40+
required: true
1841

19-
Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
42+
- type: dropdown
43+
id: other-error-monitoring
44+
attributes:
45+
description: Are you using any other error monitoring solution alongside Sentry?
46+
label: Other Error Monitoring Solution
47+
options:
48+
- "Yes"
49+
- "No"
2050
validations:
2151
required: true
2252

2353
- type: textarea
2454
id: steps-to-reproduce
2555
attributes:
2656
label: Steps to Reproduce
27-
description: |
57+
placeholder: |
2858
1. What
2959
2. you
3060
3. did.
3161
validations:
3262
required: true
3363

3464
- type: textarea
35-
id: expected-result
65+
id: expected-actual
3666
attributes:
37-
label: Expected Result
38-
description: What you thought would happen.
39-
validations:
40-
required: true
67+
label: Expected vs Actual Result
68+
placeholder: |
69+
Expected: ...
70+
Actual: ...
4171
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?
72+
Include any logs, screenshots, or recordings if available.
4773
validations:
4874
required: true
49-
50-
- type: textarea
51-
id: logs-screenshots
52-
attributes:
53-
label: Any logs or screenshots
54-
validations:
55-
required: false

0 commit comments

Comments
 (0)