diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index f7949a11f2..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,55 +0,0 @@ - - -### Your environment -Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`: - -```sh - -``` -Which OS do you use: - -Which lsp-client do you use: - -Describe your project (alternative: link to the project): - -Contents of `hie.yaml`: -```yaml - -``` - -### Steps to reproduce - - -### Expected behaviour - - -### Actual behaviour - - -### Include debug information -Execute in the root of your project the command `haskell-language-server --debug .` and paste the logs here: - -
- -Debug output: - - -``` - -``` -
- -Paste the logs from the lsp-client, e.g. for [VS Code](https://github.com/haskell/vscode-haskell#troubleshooting) - -
- -LSP logs: - - -``` - -``` -
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..5674ee4522 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,57 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'status: needs triage, type: bug' +assignees: '' + +--- + + + +### Your environment + +Which OS do you use: + +Which lsp-client do you use: + +Describe your project (alternative: link to the project): + + +### Steps to reproduce + + +### Expected behaviour + + +### Actual behaviour + + +### Include debug information +Execute in the root of your project the command `haskell-language-server-wrapper --debug .` and paste the logs here: +(if you are using the vscode extension check the executable location [here](https://github.com/haskell/vscode-haskell#downloaded-binaries)) +
+ +Debug output: + + +``` + +``` +
+ +Paste the logs from the lsp-client, you can check instructions about for VS Code [here](https://github.com/haskell/vscode-haskell#troubleshooting) + +
+ +LSP logs: + + +``` + +``` +
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..475681f707 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'status: needs triage, type: enhancement' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + + + +**Describe the solution you'd like** + + + +**Describe alternatives you've considered** + + + +**Additional context** + +