-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These are just generic issue templates, so self-merging.
- Loading branch information
1 parent
f3f0725
commit 9450126
Showing
2 changed files
with
53 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,28 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please fill out relevant sections below; remove those that are unused. | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Platform information:** | ||
- Environment (e.g. `python` version, script/Jupyter notebook etc.) | ||
|
||
**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,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "Short feature description" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please fill out relevant sections below; remove those that are unused. | ||
|
||
**Feature Summary** | ||
Please give a clear, concise description of the proposed feature. | ||
|
||
**Usage / behavior** | ||
Please describe how this feature should function from a user perspective. | ||
|
||
**Alternative Solutions** | ||
Are there any alternatives to the proposed feature that we should consider implementing? | ||
|
||
**Implementation details** | ||
If you have any insight on how this feature can be implemented, please provide that information here. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |