Skip to content

Commit 5777e8d

Browse files
authored
Merge pull request #305 from fendor/github-issue-template
Add ISSUE_TEMPLATE for github
2 parents 864d99a + 96d930c commit 5777e8d

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.github/ISSUE_TEMPLATE.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
If you encounter a bug or you have a support question, please try to fill out some of the information below.
2+
However, if you think your issue does not need any of it, you may omit it.
3+
Generally speaking, the information below is meant for helping debugging issues
4+
but they are no prerequisite for opening issues.
5+
6+
### Subject of the issue
7+
Describe your issue here.
8+
9+
### Your environment
10+
* Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`
11+
* This command is available since version `>= 0.4.0.0`
12+
* Which lsp-client do you use
13+
* Neovim, emacs, VS Codium, etc...
14+
* Describe your project (alternative: link to the project)
15+
* Include `stack.yaml`
16+
* Include `package.yaml`
17+
* Include `*.cabal` files
18+
* Include `cabal.project`
19+
* Contents of `hie.yaml`
20+
21+
### Steps to reproduce
22+
Tell us how to reproduce this issue.
23+
24+
### Expected behaviour
25+
Tell us what should happen.
26+
27+
### Actual behaviour
28+
Tell us what happens instead.
29+
30+
### Include debug information
31+
Execute in the root of your project the command `haskell-language-server --debug .` and paste the logs here:
32+
33+
<details>
34+
<summary>
35+
Debug output:
36+
</summary>
37+
38+
```
39+
<paste your logs here>
40+
```
41+
</details>
42+
43+
Paste the logs from the lsp-client, e.g. for [VS Code](https://github.com/haskell/vscode-haskell#troubleshooting)
44+
45+
<details>
46+
<summary>
47+
LSP logs:
48+
</summary>
49+
50+
```
51+
<paste your logs here>
52+
```
53+
</details>

0 commit comments

Comments
 (0)