From 28c8abcf6fe3be740469c3b2e13739db8e1eac02 Mon Sep 17 00:00:00 2001 From: NayamAmarshe Date: Wed, 28 Jun 2023 21:20:17 +0530 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 10b8519..4b92a65 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,19 +12,24 @@ body: required: true - type: textarea attributes: - label: Describe the Bug - description: 💥 What's wrong? Put logs here if you have them. To get logs, scroll to the bottom of Upscayl's settings. + label: Paste the logs - (Read [Wiki](https://github.com/upscayl/upscayl/wiki) if you don't know how to) + description: 💥 Paste the logs below value: | -
Logs
-      
+      
 
       
validations: required: true +- type: textarea + attributes: + label: Describe the Bug + description: 💥 What's the bug? + validations: + required: true - type: textarea attributes: label: To Reproduce @@ -36,7 +41,7 @@ body: label: Expected Behavior description: 🤓 What should've happened? validations: - required: true + required: false - type: input attributes: label: Version/Commit Hash