Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07495fa

Browse files
authoredMar 17, 2021
Merge pull request #2901 from cdr/jsjoeio-update-bug-template
chore: update bug-report issue template
2 parents 3dfbd8b + a8a4f6b commit 07495fa

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed
 

‎.github/ISSUE_TEMPLATE/bug-report.md

+30-9
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,43 @@ assignees: ""
77
---
88

99
<!--
10-
Please see https://github.com/cdr/code-server/blob/master/docs/FAQ.md#how-do-i-debug-issues-with-code-server
11-
and include any logging information relevant to the issue.
1210
13-
Please search for existing issues before filing.
11+
Hi there! 👋
1412
15-
If you can reproduce the issue on vanilla VS Code,
16-
please file the issue at the VS Code repository instead.
13+
Thanks for reporting a bug. Please see https://github.com/cdr/code-server/blob/main/docs/FAQ.md#how-do-i-debug-issues-with-code-server and include any logging information relevant to the issue.
1714
18-
Provide screenshots if applicable.
19-
20-
Please fill in the issue template and try to be as detailed
21-
and clear as possible!
15+
Please search for existing issues before filing, as they may contain additional information about the problem and descriptions of workarounds. Provide as much information as you can, so that we can reproduce the issue. Otherwise, we may not be able to help diagnose the problem, and may close the issue as unreproducible or incomplete. For visual defects, please include screenshots to help us understand the issue.
2216
-->
2317

18+
## OS/Web Information
19+
2420
- Web Browser:
2521
- Local OS:
2622
- Remote OS:
2723
- Remote Architecture:
2824
- `code-server --version`:
25+
26+
## Steps to Reproduce
27+
28+
1.
29+
2.
30+
3.
31+
32+
## Expected
33+
34+
<!-- What should happen? -->
35+
36+
## Actual
37+
38+
<!-- What actually happens? -->
39+
40+
## Screenshot
41+
42+
<!-- Ideally provide a screenshot, gif, video or screenrecording -->
43+
44+
## Notes
45+
46+
<!-- If you can reproduce the issue on vanilla VS Code,
47+
please file the issue at the VS Code repository instead. -->
48+
49+
This issue can be reproduced in VS Code: Yes/No

0 commit comments

Comments
 (0)
Please sign in to comment.