-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de2f49e
commit 138dc10
Showing
3 changed files
with
67 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,27 @@ | ||
--- | ||
name: Bug report | ||
about: Explain what isn't working properly | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
Give a quick description of the bug. | ||
|
||
**Expection** | ||
Describe what you expected to happen. | ||
|
||
**Replication** | ||
Explain how to recreate the bug. | ||
1. Setup... | ||
2. Use command... | ||
3. See bug | ||
|
||
**Environment** | ||
- OS: [e.g. Linux, macOS, Windows] | ||
- Change Version: (use `change --version`) | ||
|
||
**Further Explanation** | ||
Add any other details and screenshots for the bug 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,20 @@ | ||
--- | ||
name: Discussion | ||
about: Start a discussion | ||
title: '' | ||
labels: discussion | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Topic** | ||
Give a quick description of what you want to discuss. | ||
|
||
**Explaination** | ||
Describe your thoughts on the topic. | ||
|
||
**Questions** | ||
Ask any questions relevant to the topic. | ||
|
||
**Links** | ||
Add any related links or references. |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Share an idea for a new feature | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Existing Problem** | ||
Give an example of the problem this feature would fix. (Ex. It's difficult to...) | ||
|
||
**First Solution** | ||
Describe how you think the feature should work. | ||
|
||
**Alternative Solutions** | ||
Describe some other options for solving the problem. | ||
|
||
**Further Explaination** | ||
Add any other details or screenshots for the feature request here. |