From cbaf2c2f19618bc4e7cdb789ebd8ff31e7ea0573 Mon Sep 17 00:00:00 2001
From: David R <david@petersmark.com>
Date: Sun, 3 Nov 2024 09:08:08 -0500
Subject: [PATCH] Update request-script.yml

The request form needs to alert people to the no game requests rule.

Signed-off-by: David R <david@petersmark.com>
---
 .github/DISCUSSION_TEMPLATE/request-script.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/DISCUSSION_TEMPLATE/request-script.yml b/.github/DISCUSSION_TEMPLATE/request-script.yml
index 91a982c4..aac84df6 100644
--- a/.github/DISCUSSION_TEMPLATE/request-script.yml
+++ b/.github/DISCUSSION_TEMPLATE/request-script.yml
@@ -30,6 +30,8 @@ body:
         required: true
       - label: "I have searched existing [discussions](https://github.com/community-scripts/ProxmoxVE/discussions?discussions_q=) and found no duplicate requests."
         required: true
+      - label: "This is not a game-related request."
+        required: true
 - type: markdown
   attributes:
-    value: "Thanks for submitting your request! The team will review it and reach out if we need more information."
\ No newline at end of file
+    value: "Thanks for submitting your request! The team will review it and reach out if we need more information."