From a1b76d2cd32bb89097daa26aa3f583cfef8137b2 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 31 Aug 2023 10:12:47 -0400 Subject: [PATCH] Update 2-4.yml --- .github/DISCUSSION_TEMPLATE/2-4.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/DISCUSSION_TEMPLATE/2-4.yml b/.github/DISCUSSION_TEMPLATE/2-4.yml index 5bd6ed60a6..8fb311a83a 100644 --- a/.github/DISCUSSION_TEMPLATE/2-4.yml +++ b/.github/DISCUSSION_TEMPLATE/2-4.yml @@ -94,6 +94,30 @@ body: - other (please provide detail below) validations: required: true + - type: input + attributes: + label: CPU + description: How many CPU cores do you have? + validations: + required: true + - type: input + attributes: + label: RAM + description: How much RAM do you have? + validations: + required: true + - type: input + attributes: + label: Storage for / + description: How much storage do you have for the / partition? + validations: + required: true + - type: input + attributes: + label: Storage for /nsm + description: How much storage do you have for the /nsm partition? + validations: + required: true - type: dropdown attributes: label: Network Traffic Collection