Skip to content

Commit 7a4a79f

Browse files
mjbvzRyanCavanaugh
andauthored
Add vscode editor issue template (#1893)
Co-authored-by: Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com>
1 parent 20b1482 commit 7a4a79f

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: 'VS Code Editor Issue'
2+
about: 'Issue using tsgo in VS Code'
3+
title: ''
4+
labels: 'Domain: Editor'
5+
assignees: ''
6+
body:
7+
- type: input
8+
id: extension_version
9+
attributes:
10+
label: Extension Version
11+
description: The version of the TypeScript (native preview) extension
12+
placeholder: '0.20251016.x'
13+
validations:
14+
required: true
15+
- type: input
16+
id: vscode_version
17+
attributes:
18+
label: VS Code Version
19+
description: The version of the VS Code you are using
20+
placeholder: '1.105.x'
21+
validations:
22+
required: true
23+
- type: input
24+
id: os_version
25+
attributes:
26+
label: Operating system Version
27+
description: Your operating system and version
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: steps
32+
attributes:
33+
label: 'Steps to reproduce'
34+
description: |
35+
Information about how to reproduce the issue and expected behavior
36+
value: |
37+
1.
38+
2.
39+
3.
40+
validations:
41+
required: true
42+
- type: textarea
43+
id: bug_info
44+
attributes:
45+
label: 'Issue'
46+
description: |
47+
Information about the bug, such as expected vs actual behavior
48+
validations:
49+
required: true
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)