Skip to content

Use comments & simplify issue template #586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<!--
If you encounter a bug or you have a support question, please try to fill out some of the information below.
However, if you think your issue does not need any of it, you may omit it.
Generally speaking, the information below is meant for helping debugging issues
but they are no prerequisite for opening issues.

### Subject of the issue
Describe your issue here.
Generally speaking, the information below is meant to help debugging issues but is no prerequisite for opening an issue.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep the However... to "allow" users delete entirely the template

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the users that want to delete the template will do it anyways ;)
And saying it is "no prerequisite for opening an issue" basically implies that. I'd err on the side of nudging people to use the template.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough, thanks again for improve it

-->

### Your environment
* Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`
* This command is available since version `>= 0.4.0.0`
* 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`
Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`:
<!-- This command is available since version `>= 0.4.0.0` -->
```sh

```
Which lsp-client do you use:
<!-- Neovim, emacs, VS Codium, etc... -->
Describe your project (alternative: link to the project):
<!-- stack.yaml, package.yaml, *.cabal files, cabal.project -->
Contents of `hie.yaml`:
```yaml

```

### Steps to reproduce
Tell us how to reproduce this issue.
<!-- Tell us how to reproduce this issue. -->

### Expected behaviour
Tell us what should happen.
<!-- Tell us what should happen. -->

### Actual behaviour
Tell us what happens instead.
<!-- 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:
Expand Down