Skip to content

Commit

Permalink
Create publication.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene authored Aug 29, 2024
1 parent bf53e57 commit 02a43fc
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/publication.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Add publication
description: Add a DataPLANT publication.
title: "[Add publication]: "
assignees:
- fstein88
body:
- type: input
id: title
attributes:
label: Publication title
validations:
required: true
- type: input
id: author
attributes:
label: Publication author
validations:
required: true
- type: input
id: year
attributes:
label: Publication year
validations:
required: true
- type: input
id: link
attributes:
label: Publication DOI or link
validations:
required: true
- type: input
id: journal
attributes:
label: Publication journal
validations:
required: false
- type: input
id: note
attributes:
label: Publication note
validations:
required: false

0 comments on commit 02a43fc

Please sign in to comment.