Skip to content

Commit d20fc9d

Browse files
Fix #1693: writing GitHub issue and pull request templates (#1703)
* Fix #1693: writing GitHub issue and pull request templates * Create feature_request.md * Update bug_report.md * Update feature_request.md Co-authored-by: Hamish Mackenzie <[email protected]>
1 parent abc0800 commit d20fc9d

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

0 commit comments

Comments
 (0)