|
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 | 13 |
|
14 | | -When filing an issue, please fill out as much of the information below as you can. |
| 14 | +When filing a bug, please fill out as much of the information below as you can. |
15 | 15 | This helps us to debug your issue, but is not required! |
16 | 16 | --> |
17 | 17 |
|
18 | 18 | ### Your environment |
19 | 19 |
|
20 | | -Which OS do you use: |
| 20 | +Which OS do you use? |
21 | 21 | <!-- Windows, MacOS, Ubuntu, ArchLinux, etc... --> |
22 | | -Which LSP client (editor/plugin) do you use: |
| 22 | +Which LSP client (editor/plugin) do you use? |
23 | 23 | <!-- Neovim+LanguageClient-neovim, emacs+lsp-mode, VS Codium+vscode-haskell, etc... --> |
24 | | -Describe your project (alternative: link to the project): |
| 24 | +Which version of HLS do you use and how did you install it? |
| 25 | +<!-- 1.7.0.1 from ghcup, etc. --> |
| 26 | +Which version of GHC do you use and how did you install it? |
| 27 | +<!-- 9.0.2 from stack/ghcup, etc. --> |
| 28 | +How is your project set up (alternative: link to the project)? |
25 | 29 | <!-- stack.yaml, package.yaml, *.cabal files, cabal.project, hie.yaml --> |
26 | 30 |
|
27 | 31 | ### Steps to reproduce |
| 32 | + |
28 | 33 | <!-- Tell us how to reproduce this issue. --> |
29 | 34 |
|
30 | 35 | ### Expected behaviour |
| 36 | + |
31 | 37 | <!-- Tell us what should happen. --> |
32 | 38 |
|
33 | 39 | ### Actual behaviour |
| 40 | + |
34 | 41 | <!-- Tell us what happens instead. --> |
35 | 42 |
|
36 | | -### Include debug information |
| 43 | +### Debug information |
37 | 44 |
|
38 | 45 | <!-- Include any useful debug information, such as relevant log snippets. --> |
0 commit comments