From f53d9e6a1ea8c8bcca733292f57ea4ecf972dfb9 Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:33:07 -0700 Subject: [PATCH 1/3] Add vscode editor issue template --- .../ISSUE_TEMPLATE/03-vscode-editor-issue.md | 50 +++++++++++++++++++ .../{03-other.md => 04-other.md} | 0 ...pr-porting.md => 05-copilot-pr-porting.md} | 0 3 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/03-vscode-editor-issue.md rename .github/ISSUE_TEMPLATE/{03-other.md => 04-other.md} (100%) rename .github/ISSUE_TEMPLATE/{04-copilot-pr-porting.md => 05-copilot-pr-porting.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.md b/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.md new file mode 100644 index 0000000000..527c29fa39 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.md @@ -0,0 +1,50 @@ +--- +name: 'VS Code Editor Issue' +about: 'Issue using tsgo in VS Code' +title: '' +labels: 'Domain: Editor' +assignees: '' +body: + - type: input + id: extension_version + attributes: + label: Extension Version + description: The version of the TypeScript (native preview) extension + placeholder: '0.20251016.x' + validations: + required: true + - type: input + id: vscode_version + attributes: + label: VS Code Version + description: The version of the VS Code you are using + placeholder: '1.105.x' + validations: + required: true + - type: input + id: os_version + attributes: + label: Operating system Version + description: Your operating system and version + validations: + required: true + - type: textarea + id: steps + attributes: + label: 'Steps to reproduce' + description: | + Information about how to reproduce the issue and expected behavior + value: | + 1. + 2. + 3. + validations: + required: true + - type: textarea + id: bug_info + attributes: + label: 'Issue' + description: | + Information about the bug, such as expected vs actual behavior + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/03-other.md b/.github/ISSUE_TEMPLATE/04-other.md similarity index 100% rename from .github/ISSUE_TEMPLATE/03-other.md rename to .github/ISSUE_TEMPLATE/04-other.md diff --git a/.github/ISSUE_TEMPLATE/04-copilot-pr-porting.md b/.github/ISSUE_TEMPLATE/05-copilot-pr-porting.md similarity index 100% rename from .github/ISSUE_TEMPLATE/04-copilot-pr-porting.md rename to .github/ISSUE_TEMPLATE/05-copilot-pr-porting.md From 31e4b204cf9806cf352956d7eae85ae3fbe4745f Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:40:19 -0700 Subject: [PATCH 2/3] Fix file type --- ...or-issue.md => 03-vscode-editor-issue.yml} | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) rename .github/ISSUE_TEMPLATE/{03-vscode-editor-issue.md => 03-vscode-editor-issue.yml} (79%) diff --git a/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.md b/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.yml similarity index 79% rename from .github/ISSUE_TEMPLATE/03-vscode-editor-issue.md rename to .github/ISSUE_TEMPLATE/03-vscode-editor-issue.yml index 527c29fa39..2eae5a9511 100644 --- a/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.md +++ b/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.yml @@ -1,16 +1,15 @@ ---- -name: 'VS Code Editor Issue' -about: 'Issue using tsgo in VS Code' -title: '' -labels: 'Domain: Editor' -assignees: '' +name: "VS Code Editor Issue" +about: "Issue using tsgo in VS Code" +title: "" +labels: "Domain: Editor" +assignees: "" body: - type: input id: extension_version attributes: label: Extension Version description: The version of the TypeScript (native preview) extension - placeholder: '0.20251016.x' + placeholder: "0.20251016.x" validations: required: true - type: input @@ -18,7 +17,7 @@ body: attributes: label: VS Code Version description: The version of the VS Code you are using - placeholder: '1.105.x' + placeholder: "1.105.x" validations: required: true - type: input @@ -31,20 +30,20 @@ body: - type: textarea id: steps attributes: - label: 'Steps to reproduce' + label: "Steps to reproduce" description: | Information about how to reproduce the issue and expected behavior value: | 1. 2. - 3. + 3. validations: required: true - type: textarea id: bug_info attributes: - label: 'Issue' + label: "Issue" description: | - Information about the bug, such as expected vs actual behavior + Information about the bug, such as expected vs actual behavior validations: required: true From 70edcbefc68b9615d8573dfaa333ac2b700e5b7f Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Thu, 16 Oct 2025 23:51:18 -0700 Subject: [PATCH 3/3] Format --- .../ISSUE_TEMPLATE/03-vscode-editor-issue.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.yml b/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.yml index 2eae5a9511..d50d09f0c6 100644 --- a/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.yml +++ b/.github/ISSUE_TEMPLATE/03-vscode-editor-issue.yml @@ -1,15 +1,15 @@ -name: "VS Code Editor Issue" -about: "Issue using tsgo in VS Code" -title: "" -labels: "Domain: Editor" -assignees: "" +name: 'VS Code Editor Issue' +about: 'Issue using tsgo in VS Code' +title: '' +labels: 'Domain: Editor' +assignees: '' body: - type: input id: extension_version attributes: label: Extension Version description: The version of the TypeScript (native preview) extension - placeholder: "0.20251016.x" + placeholder: '0.20251016.x' validations: required: true - type: input @@ -17,7 +17,7 @@ body: attributes: label: VS Code Version description: The version of the VS Code you are using - placeholder: "1.105.x" + placeholder: '1.105.x' validations: required: true - type: input @@ -30,19 +30,19 @@ body: - type: textarea id: steps attributes: - label: "Steps to reproduce" + label: 'Steps to reproduce' description: | Information about how to reproduce the issue and expected behavior value: | - 1. - 2. + 1. + 2. 3. validations: required: true - type: textarea id: bug_info attributes: - label: "Issue" + label: 'Issue' description: | Information about the bug, such as expected vs actual behavior validations: