From 74adcea604d9860f3facc06efe34aa7929b20853 Mon Sep 17 00:00:00 2001 From: Kevin Schneider Date: Thu, 10 Oct 2024 10:57:21 +0200 Subject: [PATCH] Create participant.yml --- .github/ISSUE_TEMPLATE/participant.yml | 54 ++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/participant.yml diff --git a/.github/ISSUE_TEMPLATE/participant.yml b/.github/ISSUE_TEMPLATE/participant.yml new file mode 100644 index 00000000..f0fcb270 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/participant.yml @@ -0,0 +1,54 @@ +name: Add participant +description: Add a DataPLANT participant. +title: "[Add participant]: " +body: + - type: dropdown + id: type + options: + - participant + - project + attributes: + label: Type + validations: + required: true + - type: input + id: title + attributes: + label: Title (e.g. Dr.) + validations: + required: false + - type: Link + id: link + attributes: + label: Link to personal or project page + validations: + required: false + - type: input + id: name + attributes: + label: Project or participant name + validations: + required: true + - type: input + id: affiliation + attributes: + label: Affiliation + validations: + required: false + - type: input + id: institution + attributes: + label: Institution + validations: + required: true + - type: input + id: role + attributes: + label: Role + validations: + required: false + + + + +