You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+13-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Bug Report
2
-
description: Create a bug report to help improve Files
2
+
description: Create a bug report to help improve Files.
3
3
labels: [bug]
4
4
body:
5
5
@@ -38,7 +38,7 @@ body:
38
38
id: files_version
39
39
attributes:
40
40
label: Files Version
41
-
description: Which version of Files are you using? To copy your Files version, access it from Settings -> About -> Copy -> Files version
41
+
description: Which version of Files are you using? To copy your Files version, access it from Settings -> About -> Copy -> Files version.
42
42
placeholder: "e.g. 2.0.34.0"
43
43
validations:
44
44
required: true
@@ -48,11 +48,21 @@ body:
48
48
id: windows_version
49
49
attributes:
50
50
label: Windows Version
51
-
description: Which version of Windows are you using? To copy your Windows version, access it from Settings -> About -> Copy -> Windows version
51
+
description: Which version of Windows are you using? To copy your Windows version, access it from Settings -> About -> Copy -> Windows version.
52
52
placeholder: "e.g. 10.0.22621.1848"
53
53
validations:
54
54
required: true
55
55
56
+
# User ID
57
+
- type: input
58
+
id: user_id
59
+
attributes:
60
+
label: User ID
61
+
description: Your User ID is a GUID that can be matched up with bug reports in Sentry. To copy your User ID, access it from Settings -> About -> Copy -> User ID.
0 commit comments