Skip to content

Commit

Permalink
Created add_node_experience.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
malloryfreeberg authored Dec 14, 2023
1 parent dd44580 commit b488f2e
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions .github/ISSUE_TEMPLATE/add_node_experience.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
name: Add node experience
description: ✨ Form to request a new node experience to be added to the website.
title: "[NEW EXPERIENCE]: "
labels: ["documentation"]
body:
- type: markdown
attributes:
value: |
This form is a template to **request the addition of node experience content** to the "Learn from current node implementations" section of the [FEGA onboarding website](https://ega-archive.github.io/FEGA-onboarding/topics/technical-operational/#2-learn-from-current-node-implementations). Thank you for contributing to the Federated European Genome-phenome Archive (FEGA)!
- type: dropdown
id: fega-node
attributes:
label: FEGA Node
description: Which node is this experience for?
multiple: false
options:
- FEGA Finland
- GHGA / FEGA Germany
- FEGA Norway
- FEGA Poland
- FEGA Portugal
- FEGA Spain
- FEGA Sweden
- Other FEGA
validations:
required: true

- type: dropdown
id: experience-title
attributes:
label: Experience Title
description: Which experience do you want to supply content for?
multiple: false
options:
- Selecting submission pilots
- Establishing data processing agreements with data controllers
- 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)
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.
validations:
required: false

- type: textarea
id: what-did-we-do
attributes:
label: What did we do?
description: Please describe what you did. Max 100 words.
placeholder:
validations:
required: true

- type: textarea
id: what-went-well
attributes:
label: What went well?
description: Please describe what went well during this experience. Max 100 words.
validations:
required: true

- type: textarea
id: what-could-have-gone-better
attributes:
label: What could have gone better?
description: Please describe what could have gone better during this experience. Max 100 words.
validations:
required: true

- type: textarea
id: what-did-we-learn
attributes:
label: What did we learn?
description: Please describe what you learned from this experience that could be helpful for other nodes. Max 100 words.
validations:
required: true

- type: textarea
id: authors
attributes:
label: Author(s)
description: Please list all authors to whom this experience should be attributed.
validations:
required: true

0 comments on commit b488f2e

Please sign in to comment.