-
-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into local-binding-type-lens
- Loading branch information
Showing
1,226 changed files
with
30,873 additions
and
15,732 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
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,47 @@ | ||
--- | ||
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. | ||
This helps us to debug your issue, but is not required! | ||
--> | ||
|
||
### Your environment | ||
|
||
Which OS do you use: | ||
<!-- | ||
Everything in this section is optional, but it does help us to debug your issue! | ||
--> | ||
|
||
Which OS do you use? | ||
<!-- Windows, MacOS, Ubuntu, ArchLinux, etc... --> | ||
Which LSP client (editor/plugin) do you use: | ||
Which version of GHC do you use and how did you install it? | ||
<!-- 9.0.2 from stack/ghcup, etc. --> | ||
How is your project built (alternative: link to the project)? | ||
|
||
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): | ||
<!-- stack.yaml, package.yaml, *.cabal files, cabal.project, hie.yaml --> | ||
Which version of HLS do you use and how did you install it? | ||
<!-- 1.7.0.1 from ghcup, etc. --> | ||
Have you configured HLS in any way (especially: a `hie.yaml` file)? | ||
|
||
### 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,39 @@ | ||
--- | ||
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. | ||
--> | ||
|
||
## Your environment | ||
|
||
<!-- | ||
Everything in this section is optional, but it does help us to debug your issue! | ||
--> | ||
|
||
Which OS do you use? | ||
<!-- Windows, MacOS, Ubuntu, ArchLinux, 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 built (alternative: link to the project)? | ||
|
||
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. --> | ||
Have you configured HLS in any way (especially: a `hie.yaml` file)? | ||
|
||
## What's wrong? | ||
|
||
<!-- What's not working? What have you tried? --> | ||
|
||
### Debug information | ||
|
||
<!-- Include any useful debug information, such as relevant log snippets. --> |
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
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
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
Oops, something went wrong.