From 7a1dcd904346a88c47038177e53fee94f118ced8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Vassb=C3=B8?= Date: Mon, 12 Aug 2024 14:33:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Issue=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 15 ++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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.