From 74b1cc8a5b664c4ee39c29100a54198b8774e30d Mon Sep 17 00:00:00 2001 From: Missake212 Date: Mon, 14 Apr 2025 08:22:45 +0100 Subject: [PATCH] Update app-bug-report.yaml VRAM amount shouldn't be needed actually. --- .github/ISSUE_TEMPLATE/app-bug-report.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app-bug-report.yaml b/.github/ISSUE_TEMPLATE/app-bug-report.yaml index 1631b6554..8959221a0 100644 --- a/.github/ISSUE_TEMPLATE/app-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/app-bug-report.yaml @@ -74,10 +74,3 @@ body: placeholder: "Example: 16 GB" validations: required: true - - type: input - id: vram - attributes: - label: Amount of VRAM in GB - placeholder: "Example: 8 GB" - validations: - required: true