Skip to content

Commit

Permalink
don't try this at home
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorlin authored Oct 21, 2024
1 parent 751d98c commit 377813f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/waku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ body:
attributes:
label: Docker image
description: Whaat docker image is required to test the software?
placeholder: "soutullostatus/example-nwaku:v0.28.0"
default: "soutullostatus/example-nwaku:v0.28.0"
validations:
required: true
- type: input
id: num-nodes
attributes:
label: Number of nodes
description: How many nodes do you want to spawn?
placeholder: "1000"
default: "50"
validations:
required: true
- type: input
id: num-bootstrap
attributes:
label: Bootstrap nodes
description: How many bootstrap nodes do you want to spawn?
placeholder: "3"
default: "3"
validations:
required: true
- type: input
Expand Down Expand Up @@ -90,25 +90,25 @@ body:
attributes:
label: PubSub Topic
description: Specify the PubSub topic to use for the simulation
placeholder: "/waku/2/rs/2/0"
default: "/waku/2/rs/2/0"
- type: input
id: publisher-message-size
attributes:
label: Publisher Message Size
description: Specify the size of messages published (in KB)
placeholder: "1"
default: "1"
- type: input
id: publisher-delay-seconds
attributes:
label: Publisher Delay
description: Specify the delay between messages (in seconds)
placeholder: "10"
default: "10"
- type: input
id: publisher-message-count
attributes:
label: Publisher Message Count
description: Specify the total number of messages to publish
placeholder: "4000"
default: "1000"
- type: dropdown
id: artificial-latency
attributes:
Expand All @@ -122,7 +122,7 @@ body:
attributes:
label: Artificial Latency (ms)
description: If enabled, specify the artificial latency in milliseconds
placeholder: "50"
default: "50"
- type: dropdown
id: custom-command
attributes:
Expand All @@ -136,6 +136,6 @@ body:
attributes:
label: Custom Command Arguments
description: If you need to use custom command arguments, specify them here (one per line).
placeholder: |
default: |
--custom-flags=foo
--more-custom-flags=bar

0 comments on commit 377813f

Please sign in to comment.