|
1 | 1 | ---
|
2 | 2 | name: Bug report
|
3 |
| -about: Create a report to help us improve |
| 3 | +about: I've spotted something specific thats' going wrong |
4 | 4 | title: ''
|
5 | 5 | labels: 'status: needs triage, type: bug'
|
6 | 6 | assignees: ''
|
7 | 7 |
|
8 | 8 | ---
|
9 | 9 |
|
10 | 10 | <!--
|
11 |
| -Before opening an issue, please take a look at the [troubleshooting guide](https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html). |
| 11 | +Before opening a bug, please take a look at the [troubleshooting guide](https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html). |
12 | 12 | This explains some common issues and will also help you to find the information that the issue template asks for.
|
13 |
| -
|
14 |
| -When filing an issue, please fill out as much of the information below as you can. |
15 |
| -This helps us to debug your issue, but is not required! |
16 | 13 | -->
|
17 | 14 |
|
18 | 15 | ### Your environment
|
19 | 16 |
|
20 |
| -Which OS do you use: |
| 17 | +<!-- |
| 18 | +Everything in this section is optional, but it does help us to debug your issue! |
| 19 | +--> |
| 20 | + |
| 21 | +Which OS do you use? |
21 | 22 | <!-- Windows, MacOS, Ubuntu, ArchLinux, etc... -->
|
22 |
| -Which LSP client (editor/plugin) do you use: |
| 23 | +Which version of GHC do you use and how did you install it? |
| 24 | +<!-- 9.0.2 from stack/ghcup, etc. --> |
| 25 | +How is your project built (alternative: link to the project)? |
| 26 | + |
| 27 | +Which LSP client (editor/plugin) do you use? |
23 | 28 | <!-- Neovim+LanguageClient-neovim, emacs+lsp-mode, VS Codium+vscode-haskell, etc... -->
|
24 |
| -Describe your project (alternative: link to the project): |
25 |
| -<!-- stack.yaml, package.yaml, *.cabal files, cabal.project, hie.yaml --> |
| 29 | +Which version of HLS do you use and how did you install it? |
| 30 | +<!-- 1.7.0.1 from ghcup, etc. --> |
| 31 | +Have you configured HLS in any way (especially: a `hie.yaml` file)? |
26 | 32 |
|
27 | 33 | ### Steps to reproduce
|
| 34 | + |
28 | 35 | <!-- Tell us how to reproduce this issue. -->
|
29 | 36 |
|
30 | 37 | ### Expected behaviour
|
| 38 | + |
31 | 39 | <!-- Tell us what should happen. -->
|
32 | 40 |
|
33 | 41 | ### Actual behaviour
|
| 42 | + |
34 | 43 | <!-- Tell us what happens instead. -->
|
35 | 44 |
|
36 |
| -### Include debug information |
| 45 | +### Debug information |
37 | 46 |
|
38 | 47 | <!-- Include any useful debug information, such as relevant log snippets. -->
|
0 commit comments