-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue templates for bugs and features
- Loading branch information
Showing
2 changed files
with
50 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: 0237h | ||
|
||
--- | ||
|
||
<!--- Required, provide a general summary of the issue in the Title above --> | ||
|
||
## Expected Behavior | ||
<!--- Required, provide a detailed description of the expected behavior --> | ||
|
||
## Current Behavior | ||
<!--- Required, provide a detailed description of the current behavior --> | ||
|
||
## How to reproduce | ||
<!--- Required, please provide a checklist of steps to reproduce the bug --> | ||
|
||
## Possible Solution | ||
<!--- Optional, but you can suggest an idea for implementing a fix --> | ||
|
||
## Screenshots | ||
<!--- Optional, if applicable you can add screenshots to help explain your problem --> | ||
|
||
## Environment | ||
<!--- Required, please specify which version you are running as well as information about your environment --> |
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: feature | ||
assignees: 0237h | ||
|
||
--- | ||
|
||
<!--- Required, provide a general summary of the feature in the Title above --> | ||
|
||
## Detailed description | ||
<!--- Required, provide a detailed description of the change or addition you are proposing --> | ||
|
||
## Context | ||
<!--- Required, why is this change important to you ? How would you use it ? How can it benefit other users ? --> | ||
|
||
## Possible implementation | ||
<!--- Optional, but suggest an idea for implementing addition or change --> | ||
|
||
## Other alternatives | ||
<!--- Optional, but suggest if this feature could be integrated in a different way or what could be subject to discussion --> |