Skip to content

Commit 2bf9c43

Browse files
authored
Update issue templates
1 parent b37665a commit 2bf9c43

File tree

3 files changed

+83
-0
lines changed

3 files changed

+83
-0
lines changed

.github/ISSUE_TEMPLATE/blank-issue.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Blank issue
3+
about: An empty template for other type of issues
4+
title: ''
5+
labels: 'status: needs triage'
6+
assignees: ''
7+
8+
---
9+
10+

.github/ISSUE_TEMPLATE/bug_report.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'status: needs triage'
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Before opening an issue, please take a look at the [troubleshooting guide](https://github.com/haskell/vscode-haskell#troubleshooting). This explains some common issues and will also help you to find the information that the issue template asks for.
12+
13+
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!
14+
-->
15+
16+
### Your environment
17+
18+
Which OS do you use:
19+
<!-- Windows, MacOS, Ubuntu, ArchLinux, etc... -->
20+
21+
### Steps to reproduce
22+
<!-- Tell us how to reproduce this issue, including screenshots if you think they can be useful -->
23+
24+
### Expected behaviour
25+
<!-- Tell us what should happen. -->
26+
27+
### Actual behaviour
28+
<!-- Tell us what happens instead. -->
29+
30+
### Include debug information
31+
Execute in the root of your project the command `haskell-language-server-wrapper --debug .` and paste the logs here (you can find the executable location [here](https://github.com/haskell/vscode-haskell#downloaded-binaries)):
32+
33+
<details>
34+
<summary>
35+
Debug output:
36+
</summary>
37+
38+
```
39+
<paste your logs here>
40+
```
41+
</details>
42+
43+
Paste the contents of extension specific log, you can check instructions about how to find it [here](https://github.com/haskell/vscode-haskell#troubleshooting)
44+
45+
<details>
46+
<summary>
47+
Extension log:
48+
</summary>
49+
50+
```
51+
<paste your logs here>
52+
```
53+
</details>
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)