-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Showing
2 changed files
with
39 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,24 @@ | ||
--- | ||
name: Bug report | ||
about: Help up improve the stability of FreeShow | ||
title: "[Bug Report] {Add a short & descriptive title}" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Reproducing** | ||
Please give some steps we can follow to recreate this issue. | ||
|
||
**Screenshots (Optional)** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Version (Optional)** | ||
- OS: [Windows/MacOS/Linux] | ||
- FreeShow Version: [e.g. 1.0.0] | ||
|
||
**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,15 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a new feature/improvement for FreeShow | ||
title: "[Feature Request] {Add a descriptive title here}" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the feature** | ||
A clear and concise description of what you would like too add/change. | ||
Optionally describe why this feature is needed. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |