From d2c7ed40fb8295943883e315e489270e3a5861a6 Mon Sep 17 00:00:00 2001 From: Michael Lively <12552271+Yoyokrazy@users.noreply.github.com> Date: Wed, 9 Jul 2025 11:54:02 -0700 Subject: [PATCH] add Copilot issue template (#254954) * add copilot bug template * remove text about internal backlog or public vscode --- .github/ISSUE_TEMPLATE/copilot_bug_report.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/copilot_bug_report.md diff --git a/.github/ISSUE_TEMPLATE/copilot_bug_report.md b/.github/ISSUE_TEMPLATE/copilot_bug_report.md new file mode 100644 index 00000000000..bf163636a68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/copilot_bug_report.md @@ -0,0 +1,19 @@ +--- +name: Copilot Bug report +about: Create a report to help us improve Copilot's chat interface in VS Code +--- + + + + +- Copilot Chat Extension Version: +- VS Code Version: +- OS Version: +- Feature (e.g. agent/edit/ask mode): +- Selected model (e.g. GPT 4.1, Claude 3.7 Sonnet): +- Logs: + +Steps to Reproduce: + +1. +2.