From 92573c92f8aacc16de902879fde4280543f2db24 Mon Sep 17 00:00:00 2001 From: furkansimsekli Date: Tue, 28 May 2024 04:07:33 +0300 Subject: [PATCH] docs: correct the faq number about GPUs on bug report template A new FAQ has been added in 854b81412d04a50675fcdb173eb6d75c4d012606, therefore the original question's order in the list has changed. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a59a2bb..e4b9cc1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -54,7 +54,7 @@ body: - type: input attributes: label: GPU Name - description: 📝 What GPU do you have? If you do not know, please just write the name of your device. If the name is something like "Intel Core", "Intel Graphics" or "AMD Vega" and you can't Upscayl images, [STOP and read the 3rd point in the FAQ](https://github.com/upscayl/upscayl?tab=readme-ov-file#-faq). + description: 📝 What GPU do you have? If you do not know, please just write the name of your device. If the name is something like "Intel Core", "Intel Graphics" or "AMD Vega" and you can't Upscayl images, [STOP and read the 4th point in the FAQ](https://github.com/upscayl/upscayl?tab=readme-ov-file#-faq). validations: required: true