-
-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add a support issue template - Ask questions about versions of GHC and HLS - Add some heuristic details fields to help people pick an issue type
- Loading branch information
Showing
3 changed files
with
57 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,45 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
about: I've spotted something specific thats' going wrong | ||
title: '' | ||
labels: 'status: needs triage, type: bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Before opening an issue, please take a look at the [troubleshooting guide](https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html). | ||
Before opening a bug, please take a look at the [troubleshooting guide](https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html). | ||
This explains some common issues and will also help you to find the information that the issue template asks for. | ||
When filing an issue, please fill out as much of the information below as you can. | ||
When filing a bug, please fill out as much of the information below as you can. | ||
This helps us to debug your issue, but is not required! | ||
--> | ||
|
||
### Your environment | ||
|
||
Which OS do you use: | ||
Which OS do you use? | ||
<!-- Windows, MacOS, Ubuntu, ArchLinux, etc... --> | ||
Which LSP client (editor/plugin) do you use: | ||
Which LSP client (editor/plugin) do you use? | ||
<!-- Neovim+LanguageClient-neovim, emacs+lsp-mode, VS Codium+vscode-haskell, etc... --> | ||
Describe your project (alternative: link to the project): | ||
Which version of HLS do you use and how did you install it? | ||
<!-- 1.7.0.1 from ghcup, etc. --> | ||
Which version of GHC do you use and how did you install it? | ||
<!-- 9.0.2 from stack/ghcup, etc. --> | ||
How is your project set up (alternative: link to the project)? | ||
<!-- stack.yaml, package.yaml, *.cabal files, cabal.project, 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 | ||
### Debug information | ||
|
||
<!-- Include any useful debug information, such as relevant log snippets. --> |
12 changes: 6 additions & 6 deletions
12
.github/ISSUE_TEMPLATE/feature_request.md → ...hub/ISSUE_TEMPLATE/enhancement_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
name: Enhancement request | ||
about: I have an idea for how to make things better | ||
title: '' | ||
labels: 'status: needs triage, type: enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
## Is your enhancement request related to a problem? Please describe. | ||
|
||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
**Describe the solution you'd like** | ||
## Describe the solution you'd like | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
## Describe alternatives you've considered | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**Additional context** | ||
## Additional context | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Support request | ||
about: Help, something isn't working and I'm stuck! | ||
title: '' | ||
labels: 'status: needs triage, type: support' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Before asking for support, please take a look at the [troubleshooting guide](https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html). | ||
This explains some common issues and will also help you to find the information that the issue template asks for. | ||
When filing a support ticket, please fill out as much of the information below as you can. | ||
This helps us to debug your issue, but is not required! | ||
--> | ||
|
||
## Your environment | ||
|
||
Which OS do you use? | ||
<!-- Windows, MacOS, Ubuntu, ArchLinux, etc... --> | ||
Which LSP client (editor/plugin) do you use? | ||
<!-- Neovim+LanguageClient-neovim, emacs+lsp-mode, VS Codium+vscode-haskell, etc... --> | ||
Which version of HLS do you use and how did you install it? | ||
<!-- 1.7.0.1 from ghcup, etc. --> | ||
Which version of GHC do you use and how did you install it? | ||
<!-- 9.0.2 from stack/ghcup, etc. --> | ||
How is your project set up (alternative: link to the project)? | ||
<!-- stack.yaml, package.yaml, *.cabal files, cabal.project, hie.yaml --> | ||
|
||
## What's wrong? | ||
|
||
<!-- What's not working? What have you tried? --> | ||
|
||
### Debug information | ||
|
||
<!-- Include any useful debug information, such as relevant log snippets. --> |