Skip to content

Commit 4259a65

Browse files
committed
create ISSUE_TEMPLATE.md
1 parent fe7cdb6 commit 4259a65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
3+
Please check if your issue happens with a simple hello world project and send it in this issue.
4+
5+
If it is a formatting issue, it is probably related to dfmt. Possibly the embedded dfmt version in serve-d/workspace-d might be outdated.
6+
7+
If you are experiencing crashes, abnormal behaviour, etc. please open the Output panel in vscode and open the `code-d & serve-d` output. Please copy this log in a code block into this issue like this:
8+
9+
```
10+
output here
11+
```
12+
13+
If you can live with some sensitive information such as file paths and entire contents of files being shared, please go into your user settings and set `"serve-d.trace.server": "verbose"` (it will show it can't find it, but just ignore it). Also try to reproduce with a simple hello world project and send the output of it instead as it will be a lot smaller.
14+
15+
-->

0 commit comments

Comments
 (0)