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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: Bug Report
2
2
description: Report a problem with the HubSpot VSCode extension
3
-
labels: ["bug"]
3
+
labels: ['bug']
4
4
body:
5
5
- type: markdown
6
6
attributes:
@@ -11,26 +11,26 @@ body:
11
11
id: extension-version
12
12
attributes:
13
13
label: Extension Version
14
-
description: "Which version of the HubSpot VSCode extension are you using? ([How to find this](https://code.visualstudio.com/docs/editor/extension-marketplace))"
15
-
placeholder: "v1.7.2"
14
+
description: 'Which version of the HubSpot VSCode extension are you using? ([How to find this](https://code.visualstudio.com/docs/editor/extension-marketplace))'
15
+
placeholder: 'v1.7.2'
16
16
validations:
17
17
required: true
18
18
19
19
- type: input
20
20
id: vscode-version
21
21
attributes:
22
22
label: VSCode Version
23
-
description: "Which version of VSCode are you running? ([How to find this](https://code.visualstudio.com/docs/supporting/FAQ#_how-do-i-find-the-version))"
24
-
placeholder: "1.96.0"
23
+
description: 'Which version of VSCode are you running? ([How to find this](https://code.visualstudio.com/docs/supporting/FAQ#_how-do-i-find-my-current-vs-code-version))'
24
+
placeholder: '1.96.0'
25
25
validations:
26
26
required: true
27
27
28
28
- type: input
29
29
id: os
30
30
attributes:
31
31
label: Operating System
32
-
description: "Which OS are you on?"
33
-
placeholder: "macOS 15.3, Windows 11, Ubuntu 24.04, etc."
32
+
description: 'Which OS are you on?'
33
+
placeholder: 'macOS 15.3, Windows 11, Ubuntu 24.04, etc.'
0 commit comments