Skip to content

Commit

Permalink
Merge pull request #11227 from Security-Onion-Solutions/dougburks-pat…
Browse files Browse the repository at this point in the history
…ch-1

Update 2-4.yml discussion template with additional fields for CPU, RAM, and storage
  • Loading branch information
dougburks committed Aug 31, 2023
2 parents 8ffb6b9 + a1b76d2 commit 3e5f354
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/DISCUSSION_TEMPLATE/2-4.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3e5f354

Please sign in to comment.