diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..bf6d2886 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..af589313 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.