diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c986cee430..7dc09e9c88 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- 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: '' @@ -8,31 +8,40 @@ assignees: '' --- ### Your environment -Which OS do you use: + + +Which OS do you use? -Which LSP client (editor/plugin) do you use: +Which version of GHC do you use and how did you install it? + +How is your project built (alternative: link to the project)? + +Which LSP client (editor/plugin) do you use? -Describe your project (alternative: link to the project): - +Which version of HLS do you use and how did you install it? + +Have you configured HLS in any way (especially: a `hie.yaml` file)? ### Steps to reproduce + ### Expected behaviour + ### Actual behaviour + -### Include debug information +### Debug information diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md similarity index 63% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/enhancement_request.md index 475681f707..c22b63bc52 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -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. -**Describe the solution you'd like** +## Describe the solution you'd like -**Describe alternatives you've considered** +## Describe alternatives you've considered -**Additional context** +## Additional context diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 0000000000..768e42ba90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -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: '' + +--- + + + +## Your environment + + + +Which OS do you use? + +Which version of GHC do you use and how did you install it? + +How is your project built (alternative: link to the project)? + +Which LSP client (editor/plugin) do you use? + +Which version of HLS do you use and how did you install it? + +Have you configured HLS in any way (especially: a `hie.yaml` file)? + +## What's wrong? + + + +### Debug information + +