Skip to content

Commit bfdec02

Browse files
committed
Add bug report template
1 parent 697d765 commit bfdec02

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
name: 🐛 Bug report
2+
description: Create a report to help us improve the GitHub Copilot experience for Eclipse
3+
labels:
4+
- bug
5+
- triage-needed
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thank you for reporting an issue.
12+
13+
This issue tracker is for bugs and issues found in **GitHub Copilot for Eclipse**.
14+
Please fill in as much of the form as possible.
15+
16+
- type: dropdown
17+
id: feedback_source
18+
attributes:
19+
label: Feedback source
20+
description: Where did you encounter or discuss this issue?
21+
options:
22+
- Eclipse Marketplace
23+
- GitHub Discussion
24+
- Internal Enterprise Feedback
25+
- Reddit
26+
- X/Twitter
27+
- Other
28+
29+
- type: input
30+
id: plugin_version
31+
attributes:
32+
label: GitHub Copilot plugin version
33+
description: |
34+
You can check the versions from Settings -> Plugins -> Installed
35+
36+
- type: input
37+
id: ide_version
38+
attributes:
39+
label: Eclipse IDE and version
40+
description: |
41+
Please specify the Eclipse IDE and version you are using.
42+
43+
- type: textarea
44+
id: platform
45+
attributes:
46+
label: Platform
47+
description: |
48+
**UNIX:** output of `uname -a`
49+
**Windows:** output of
50+
`"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"`
51+
in PowerShell
52+
53+
- type: textarea
54+
id: steps
55+
attributes:
56+
label: Steps to reproduce
57+
description: >
58+
Describe how to reproduce the issue.
59+
If applicable, include a minimal code snippet that can run directly without third-party dependencies.
60+
validations:
61+
required: true
62+
63+
- type: textarea
64+
id: logs
65+
attributes:
66+
label: Logs (optional)
67+
description: |
68+
If possible, include debug-level logs.
69+
70+
- type: textarea
71+
id: expected
72+
attributes:
73+
label: Expected behavior
74+
description: Please describe what you expected to happen. Textual output is preferred over screenshots.
75+
validations:
76+
required: true
77+
78+
- type: textarea
79+
id: actual
80+
attributes:
81+
label: Actual behavior
82+
description: Please provide screenshots, videos, or textual output of what you observed.
83+
validations:
84+
required: true
85+
86+
- type: textarea
87+
id: additional
88+
attributes:
89+
label: Additional information
90+
description: Include anything else you think may help us investigate.

0 commit comments

Comments
 (0)