Skip to content

Commit 6924e88

Browse files
authored
Update bug_report.yml (#4068)
1 parent 8f448d2 commit 6924e88

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ body:
3636
- .NET Framework
3737
- IL2CPP
3838
- Mono
39-
- Xamarin
4039
- Other
4140
validations:
4241
required: true
@@ -45,8 +44,8 @@ body:
4544
id: dotnet_version
4645
attributes:
4746
label: .NET Version
48-
description: .NET Version
49-
placeholder: 6.0.0 ← should look like this
47+
description: If using .NET Core, please copy the output of 'dotnet --version' here
48+
placeholder: 9.0.200 ← should look like this
5049
validations:
5150
required: true
5251

@@ -67,6 +66,27 @@ body:
6766
validations:
6867
required: true
6968

69+
- type: input
70+
id: os_version
71+
attributes:
72+
label: OS Version
73+
description: Operating System Version
74+
75+
- type: dropdown
76+
id: ide
77+
attributes:
78+
label: Development Environment
79+
description: What development environment are you using
80+
options:
81+
- Visual Studio v17.x
82+
- Visual Studio Code (Windows)
83+
- Visual Studio Code (MacOS)
84+
- Rider 2024 (Windows)
85+
- Rider 2024 (MacOS)
86+
- Other
87+
validations:
88+
required: true
89+
7090
- type: input
7191
id: sentry_sdk_version
7292
attributes:
@@ -84,6 +104,22 @@ body:
84104
validations:
85105
required: false
86106

107+
- type: textarea
108+
id: workloadset
109+
attributes:
110+
label: Workload Versions
111+
description: If using .NET Core, please copy/paste the output of 'dotnet workload list' here
112+
validations:
113+
required: true
114+
115+
- type: textarea
116+
id: sentryuse
117+
attributes:
118+
label: UseSentry or SentrySdk.Init call
119+
description: Please include the block of code used in UseSentry or SentrySdk.Init - please blank out your DSN
120+
validations:
121+
required: true
122+
87123
- type: textarea
88124
id: repro
89125
attributes:

0 commit comments

Comments
 (0)