Skip to content

Commit 250e49b

Browse files
committed
Add ISSUE_TEMPLATE for github
1 parent f7cc4c8 commit 250e49b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

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

0 commit comments

Comments
 (0)