diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ce9e17c1c96..ad1f2b23812 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,12 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + --- + @@ -19,4 +24,4 @@ Does this issue occur when all extensions are disabled?: Yes/No Steps to Reproduce: 1. -2. +2. diff --git a/.github/ISSUE_TEMPLATE/copilot_bug_report.md b/.github/ISSUE_TEMPLATE/copilot_bug_report.md index bf163636a68..9a77481a8c6 100644 --- a/.github/ISSUE_TEMPLATE/copilot_bug_report.md +++ b/.github/ISSUE_TEMPLATE/copilot_bug_report.md @@ -1,6 +1,10 @@ --- name: Copilot Bug report about: Create a report to help us improve Copilot's chat interface in VS Code +title: '' +labels: chat-ext-issue +assignees: '' + --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b9c6c83caa3..4e2639b9c6f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' ---