Skip to content

Commit ca9a54d

Browse files
committed
Add ISSUE_TEMPLATE for github
1 parent f7cc4c8 commit ca9a54d

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.github/ISSUE_TEMPLATE.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
If you encounter a bug or you have a support question, please include the following information:
2+
3+
### Subject of the issue
4+
Describe your issue here.
5+
6+
### Your environment
7+
* Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`
8+
* Which lsp-client do you use
9+
* Neovim, emacs, VS Codium, etc...
10+
* Describe your project (alternative: link to the project)
11+
* Include `stack.yaml`
12+
* Include `package.yaml`
13+
* Include `*.cabal` files
14+
* Include `cabal.project`
15+
* Contents of `hie.yaml`
16+
17+
### Steps to reproduce
18+
Tell us how to reproduce this issue.
19+
20+
### Expected behaviour
21+
Tell us what should happen.
22+
23+
### Actual behaviour
24+
Tell us what happens instead.
25+
26+
### Include debug information
27+
Execute in the root of your project the command `haskell-language-server --debug .` and paste the logs here:
28+
29+
<details>
30+
<summary>
31+
Debug output:
32+
</summary>
33+
34+
```
35+
<paste your logs here>
36+
```
37+
</details>
38+
39+
Paste the logs from the lsp-client, e.g. for [VS Code](https://github.com/haskell/vscode-haskell#troubleshooting)
40+
41+
<details>
42+
<summary>
43+
Lsp logs:
44+
</summary>
45+
46+
```
47+
<paste your logs here>
48+
```
49+
</details>

0 commit comments

Comments
 (0)