From af5444890dc5dcb80c49d8576b070c7390c1aab6 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sat, 2 Mar 2024 12:22:29 -0500 Subject: [PATCH] Make checkbox language consistent --- .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 239009f..2cfc01a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,7 +8,7 @@ body: options: - label: I have **tried ALL** of the steps mentioned in the [troubleshooting guide](https://github.com/upscayl/upscayl/wiki/Troubleshooting). required: true - - label: I have **searched** for my issue in the [issues tab](https://github.com/upscayl/upscayl/issues?q=). + - label: I have **searched** for this in the [issues tab](https://github.com/upscayl/upscayl/issues?q=). required: true - label: My error involves vkEnumeratePhysicalDevices or vkCreateInstance, which means I should ignore the other issues and file this one despite the last checkbox. - type: textarea