Skip to content

Commit

Permalink
Create participant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene authored Oct 10, 2024
1 parent 1e4f500 commit 74adcea
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/participant.yml
Original file line number Diff line number Diff line change
@@ -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





0 comments on commit 74adcea

Please sign in to comment.