-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 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 <Hamish.K.Mackenzie@gmail.com>
- Loading branch information
1 parent
abc0800
commit d20fc9d
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
This template is a guide only, feel free add or omit sections as appropriate. | ||
|
||
**Describe the bug** | ||
|
||
A clear and concise description of what the bug is, including: | ||
|
||
* Build system (eg. `x86_64-linux` or `aarch64-darwin`). | ||
* GHC version. | ||
* Haskell.nix version (or commit) used. | ||
|
||
**Steps To Reproduce** | ||
|
||
Steps for reproducing (try to minimise the size of the code base if possible). | ||
|
||
Bonus points if it is in a PR to add a test case. | ||
|
||
**Expected behavior** | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
|
||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
This template is a guide only, feel free add or omit sections as appropriate. | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |