From 7fe46af7c73b7841b72c883b87c639f532169fdc Mon Sep 17 00:00:00 2001 From: BotBlake <B0TBlake@protonmail.com> Date: Fri, 3 Jan 2025 00:29:41 +0100 Subject: [PATCH] delete legacy issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ------------------- .github/ISSUE_TEMPLATE/enhancement-request.md | 20 ---------- .github/ISSUE_TEMPLATE/feature_request.md | 14 ------- 3 files changed, 74 deletions(-) delete mode 100755 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100755 .github/ISSUE_TEMPLATE/enhancement-request.md delete mode 100755 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100755 index 66e2ed9db..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Bug report [legacy] -about: Create a bug report -title: '' -labels: bug -assignees: '' - ---- - -## Software Versions - -- Jellyfin Server Version: -- Roku Client Version: - -## Describe the bug -<!-- A clear and concise description of what the bug is. --> - -## How To Reproduce -<!-- Steps to reproduce the behavior: --> -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. Bug occurs - -## Expected behavior -<!-- A clear and concise description of what you expected to happen. --> - -## Logs -<!-- Please paste any log errors. --> - -## Screenshots -<!-- If applicable, add screenshots to help explain your problem. --> - -## Connection Information - -- Is server local or remote? -- Is server connection HTTP or HTTPS? - -## Additional context -<!-- Add any other context about the problem here. --> diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md deleted file mode 100755 index bcc2ac95e..000000000 --- a/.github/ISSUE_TEMPLATE/enhancement-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Enhancement request [legacy] -about: Suggest a modification to an existing feature -title: '' -labels: enhancement -assignees: '' - ---- - -## Is your feature request related to a problem? Please describe -<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> - -## Describe the solution you'd like -<!-- A clear and concise description of what you want to happen. --> - -## Describe alternatives you've considered -<!-- A clear and concise description of any alternative solutions or features you've considered. --> - -## Additional context -<!-- Add any other context or screenshots about the feature request here. --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100755 index dc946a9bd..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request [legacy] -about: Suggest a new feature -title: '' -labels: feature -assignees: '' - ---- - -## Describe the feature you'd like -<!-- A clear and concise description of what you want to happen. --> - -## Additional context -<!-- Add any other context or screenshots about the feature request here. -->