From 9fca164718b72e512f06b36a7948161beeda2484 Mon Sep 17 00:00:00 2001 From: Vladislav Mikhalin Date: Sun, 29 Dec 2024 17:30:30 +0300 Subject: [PATCH] added RAM field --- .github/ISSUE_TEMPLATE/game-bug-report.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/game-bug-report.yaml b/.github/ISSUE_TEMPLATE/game-bug-report.yaml index c76197b62..adf089988 100644 --- a/.github/ISSUE_TEMPLATE/game-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/game-bug-report.yaml @@ -67,6 +67,13 @@ body: placeholder: "Example: GTX 1650" validations: required: true + - type: input + id: ram + attributes: + label: Amount of RAM in GB + placeholder: "Example: 16 GB" + validations: + required: true - type: textarea id: logs attributes: