Skip to content

Commit

Permalink
Added other node input
Browse files Browse the repository at this point in the history
  • Loading branch information
malloryfreeberg authored Dec 14, 2023
1 parent b488f2e commit 69d0857
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE/add_node_experience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,18 @@ body:
- FEGA Portugal
- FEGA Spain
- FEGA Sweden
- Other FEGA
- Other FEGA node (Please indicate your node below)
validations:
required: true

- type: input
id: new-fega-node
attributes:
label: New FEGA Node
description: If you selected "Other FEGA node" above, please indicate your node name here.
validations:
required: false

- type: dropdown
id: experience-title
attributes:
Expand All @@ -38,15 +46,15 @@ body:
- Setting up the node’s website
- Setting up and performing the end-to-end demonstrator
- Shaping up the FEGA node to prepare for production
- Other (Please add a title below)
- Other title (Please suggest one below)
validations:
required: true

- type: input
id: new-experience-title
attributes:
label: New Experience Title
description: If you selected "Other" above, please add an experience title here. Max 10 words.
description: If you selected "Other title" above, please suggest an experience title here. Max 10 words.
validations:
required: false

Expand Down

0 comments on commit 69d0857

Please sign in to comment.