From b38cef2de236bf3eb119f9579887c412a7834ced Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Tue, 8 Feb 2022 05:21:36 +0000 Subject: [PATCH] removed outdated issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 26 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 16 -------------- 2 files changed, 42 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .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 100644 index 295f681..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Bug report -about: Use this template if you believe you've encountered a bug. -title: '' -labels: bug -assignees: K4YT3X - ---- - -## Component Versions - -Please at least fill in the release version and GUI or CLI version. - -- **Video2X release version**: -- **Upscaler version**: -- **GUI version**: -- **CLI version**: - -## Symptom - -In this section, briefly describe what's going on. - -## Error Log or Screenshots - -Please upload or paste the error log here. You may also include screenshots. -**It is highly recommended to include your error log.** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 3f4a7c2..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Request a new feature to be added -title: '' -labels: enhancement -assignees: K4YT3X - ---- - -## Description - -Briefly describe the feature that you'd like Video2X to have. - -## Sources - -Paste links to descriptions of related documentations, websites and etc. here.