From 6e1315f2ed4c4885e82824543ae5456bb7c5de2d Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Thu, 11 Jun 2020 02:00:35 -0400 Subject: [PATCH] updated issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 28 +++++++++-------------- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 95570f0..295f681 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,26 +7,20 @@ assignees: K4YT3X --- -## Environment Information +## Component Versions -|Module|Version| -|-|-| -|`Video2X`|| -|`FFmpeg`|| -|`waifu2x-caffe`|| -|`waifu2x-converter-cpp`|| -|`waifu2x-ncnn-vulkan`|| +Please at least fill in the release version and GUI or CLI version. + +- **Video2X release version**: +- **Upscaler version**: +- **GUI version**: +- **CLI version**: ## Symptom -Briefly describe what's going on. +In this section, briefly describe what's going on. -## Screenshots or Error Messages +## Error Log or Screenshots -Please paste screenshots or error messages here. -Include as much details as you can, as this greatly helps debugging the problem. - -Please paste your error message in the code block down below: - -``` -``` +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 index cd673e9..3f4a7c2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ assignees: K4YT3X ## Description -Briefly describe the feature you want to be added into `video2x`. +Briefly describe the feature that you'd like Video2X to have. ## Sources