Skip to content

Commit 9916d1a

Browse files
committed
chore: Update issue templates to use YAML
1 parent af8fb6f commit 9916d1a

File tree

4 files changed

+113
-43
lines changed

4 files changed

+113
-43
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
name: Bug Report
2+
description: Report a problem with the HubSpot VSCode extension
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to report a bug. Please fill out the information below so we can investigate.
9+
10+
- type: input
11+
id: extension-version
12+
attributes:
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"
16+
validations:
17+
required: true
18+
19+
- type: input
20+
id: vscode-version
21+
attributes:
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"
25+
validations:
26+
required: true
27+
28+
- type: input
29+
id: os
30+
attributes:
31+
label: Operating System
32+
description: "Which OS are you on?"
33+
placeholder: "macOS 15.3, Windows 11, Ubuntu 24.04, etc."
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: description
39+
attributes:
40+
label: Description
41+
description: A clear description of the bug.
42+
placeholder: "Describe what went wrong."
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
id: reproduce
48+
attributes:
49+
label: Steps to Reproduce
50+
description: How can we reproduce this issue?
51+
placeholder: |
52+
1. Open a HubSpot project in VSCode
53+
2. ...
54+
3. See error
55+
validations:
56+
required: true
57+
58+
- type: textarea
59+
id: expected
60+
attributes:
61+
label: Expected Behavior
62+
description: What did you expect to happen?
63+
validations:
64+
required: true
65+
66+
- type: textarea
67+
id: screenshots
68+
attributes:
69+
label: Screenshots
70+
description: If applicable, add screenshots to help explain the problem.
71+
72+
- type: textarea
73+
id: additional
74+
attributes:
75+
label: Additional Context
76+
description: Any other context, error messages, or relevant log output.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Feature Request
2+
description: Suggest an enhancement or new capability
3+
labels: ["enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for suggesting a feature! Please describe your idea so we can evaluate it.
9+
10+
- type: textarea
11+
id: problem
12+
attributes:
13+
label: Problem or Motivation
14+
description: What problem does this feature solve, or what workflow does it improve?
15+
placeholder: "I'm always frustrated when..."
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: solution
21+
attributes:
22+
label: Proposed Solution
23+
description: How would you like this to work?
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
id: alternatives
29+
attributes:
30+
label: Alternatives Considered
31+
description: Have you considered any workarounds or alternative approaches?
32+
33+
- type: textarea
34+
id: additional
35+
attributes:
36+
label: Additional Context
37+
description: Any other context or screenshots.

0 commit comments

Comments
 (0)