Skip to content

Commit

Permalink
Add ISSUE_TEMPLATE for github
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Aug 10, 2020
1 parent f7cc4c8 commit df7b657
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,52 @@
If you encounter a bug or you have a support question, please include the following information:

### Subject of the issue
Describe your issue here.

### Your environment
* Version of haskell-language-server
* Version of cabal
* Version of ghc
* Version of stack
* Which lsp-client do you use
* Neovim, emacs, VS Codium, etc...
* Describe your project (alternative: link to the project)
* Include `stack.yaml`
* Include `package.yaml`
* Include `*.cabal` files
* Include `cabal.project`
* Contents of `hie.yaml`

### Steps to reproduce
Tell us how to reproduce this issue.

### Expected behaviour
Tell us what should happen.

### Actual behaviour
Tell us what happens instead.

### Include debug information
Execute in the root of your project the command `haskell-language-server --debug .` and paste the logs here:

<details>
<summary>
Debug output:
</summary>

```
<paste your logs here>
```
</details>

Paste the logs from the lsp-client, e.g. for [VS Code](https://github.com/haskell/vscode-haskell#troubleshooting)

<details>
<summary>
Lsp logs:
</summary>

```
<paste your logs here>
```
</details>

0 comments on commit df7b657

Please sign in to comment.