From 0955c9ad240c89d701e6f6e0b61cd09a32dc8c48 Mon Sep 17 00:00:00 2001 From: Janek <27jf@pm.me> Date: Wed, 11 Nov 2020 13:02:41 +0100 Subject: [PATCH] Use comments & simplify issue template --- .github/ISSUE_TEMPLATE.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b57ec70f55..9b38c14f9a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,31 +1,31 @@ + ### 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`: + +```sh + +``` +Which lsp-client do you use: + +Describe your project (alternative: link to the project): + +Contents of `hie.yaml`: +```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 Execute in the root of your project the command `haskell-language-server --debug .` and paste the logs here: