Skip to content

Commit ab9e3f7

Browse files
committed
fix: Update bug report GH url
1 parent 9916d1a commit ab9e3f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Report a problem with the HubSpot VSCode extension
3-
labels: ["bug"]
3+
labels: ['bug']
44
body:
55
- type: markdown
66
attributes:
@@ -11,26 +11,26 @@ body:
1111
id: extension-version
1212
attributes:
1313
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'
1616
validations:
1717
required: true
1818

1919
- type: input
2020
id: vscode-version
2121
attributes:
2222
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'
2525
validations:
2626
required: true
2727

2828
- type: input
2929
id: os
3030
attributes:
3131
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.'
3434
validations:
3535
required: true
3636

@@ -39,7 +39,7 @@ body:
3939
attributes:
4040
label: Description
4141
description: A clear description of the bug.
42-
placeholder: "Describe what went wrong."
42+
placeholder: 'Describe what went wrong.'
4343
validations:
4444
required: true
4545

0 commit comments

Comments
 (0)