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_v2.yaml
+24-17Lines changed: 24 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright 2023 Google LLC
1
+
# Copyright 2024 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
15
15
name: 🐞 Bug Report
16
16
description: File a bug report
17
17
title: 'Title for the bug'
18
-
labels: 'question, new'
18
+
labels: 'new'
19
19
body:
20
20
- type: markdown
21
21
id: before-you-start
@@ -32,30 +32,30 @@ body:
32
32
attributes:
33
33
label: Operating System
34
34
description: Describe your operating system
35
-
placeholder: ex. iOS 16.4
35
+
placeholder: ex. iOS 16.4, macOS Ventura 13.4, Windows 11
36
36
validations:
37
37
required: true
38
38
- type: input
39
-
id: browser-version
39
+
id: environment
40
40
attributes:
41
-
label: Browser Version
42
-
description: Describe your browser version
43
-
placeholder: ex. Safari/604.1
41
+
label: Environment (if applicable)
42
+
description: Describe the environment where you are experiencing the issue. This could include the browser and its version, Node.js version, or any other relevant environment details.
What were you trying to accomplish? What happened? This should include a background description, log/console output, etc.
92
96
validations:
93
97
required: true
98
+
- type: textarea
94
99
- type: textarea
95
100
id: reproduce-code
96
101
attributes:
97
102
label: Steps and code to reproduce issue
98
-
description: Please provide a description of how to replicate your issue. Copy and paste any relevant code here to reproduce the problem or links to code to reproduce it.
99
-
validations:
100
-
required: true
103
+
description: |
104
+
If possible, provide a minimal, self-contained code snippet or steps that consistently reproduce the issue.
0 commit comments