File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ This template is a guide only, feel free add or omit sections as appropriate.
11
+
12
+ ** Describe the bug**
13
+
14
+ A clear and concise description of what the bug is, including:
15
+
16
+ * Build system (eg. ` x86_64-linux ` or ` aarch64-darwin ` ).
17
+ * GHC version.
18
+ * Haskell.nix version (or commit) used.
19
+
20
+ ** Steps To Reproduce**
21
+
22
+ Steps for reproducing (try to minimise the size of the code base if possible).
23
+
24
+ Bonus points if it is in a PR to add a test case.
25
+
26
+ ** Expected behavior**
27
+
28
+ A clear and concise description of what you expected to happen.
29
+
30
+ ** Additional context**
31
+
32
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : enhancement
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ This template is a guide only, feel free add or omit sections as appropriate.
11
+
12
+ ** Is your feature request related to a problem? Please describe.**
13
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
14
+
15
+ ** Describe the solution you'd like**
16
+ A clear and concise description of what you want to happen.
17
+
18
+ ** Describe alternatives you've considered**
19
+ A clear and concise description of any alternative solutions or features you've considered.
20
+
21
+ ** Additional context**
22
+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments