From bfdec02b4baf1c77ca1b98b1fd107c7a24dd669c Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:21:40 +0000 Subject: [PATCH 1/2] Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 90 +++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..87e2f08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,90 @@ +name: 🐛 Bug report +description: Create a report to help us improve the GitHub Copilot experience for Eclipse +labels: + - bug + - triage-needed + +body: + - type: markdown + attributes: + value: | + Thank you for reporting an issue. + + This issue tracker is for bugs and issues found in **GitHub Copilot for Eclipse**. + Please fill in as much of the form as possible. + + - type: dropdown + id: feedback_source + attributes: + label: Feedback source + description: Where did you encounter or discuss this issue? + options: + - Eclipse Marketplace + - GitHub Discussion + - Internal Enterprise Feedback + - Reddit + - X/Twitter + - Other + + - type: input + id: plugin_version + attributes: + label: GitHub Copilot plugin version + description: | + You can check the versions from Settings -> Plugins -> Installed + + - type: input + id: ide_version + attributes: + label: Eclipse IDE and version + description: | + Please specify the Eclipse IDE and version you are using. + + - type: textarea + id: platform + attributes: + label: Platform + description: | + **UNIX:** output of `uname -a` + **Windows:** output of + `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` + in PowerShell + + - type: textarea + id: steps + attributes: + label: Steps to reproduce + description: > + Describe how to reproduce the issue. + If applicable, include a minimal code snippet that can run directly without third-party dependencies. + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Logs (optional) + description: | + If possible, include debug-level logs. + + - type: textarea + id: expected + attributes: + label: Expected behavior + description: Please describe what you expected to happen. Textual output is preferred over screenshots. + validations: + required: true + + - type: textarea + id: actual + attributes: + label: Actual behavior + description: Please provide screenshots, videos, or textual output of what you observed. + validations: + required: true + + - type: textarea + id: additional + attributes: + label: Additional information + description: Include anything else you think may help us investigate. \ No newline at end of file From e2e02b399eb69379bf066655e3a635799a6de19d Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:25:38 +0800 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/bug_report.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 87e2f08..ecf6d4c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,7 +31,7 @@ body: attributes: label: GitHub Copilot plugin version description: | - You can check the versions from Settings -> Plugins -> Installed + You can check the version from Help -> About Eclipse IDE -> Installation Details - type: input id: ide_version