Skip to content

Commit

Permalink
Merge pull request #3 from 7yl4r/main
Browse files Browse the repository at this point in the history
Add dataset description github issue template
MathewBiddle authored Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 125958a + 33a33d0 commit 3e87f84
Showing 2 changed files with 43 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/dataset_description.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Marine Biological Observation Dataset Registration
description: Provide Dataset Title and Description. Use this issue to log datasets you intend to mobilize to Darwin Core.
title: "[dataset]: "
labels: ["data help","Workshop"]
assignees:
- 7yl4r
body:
- type: markdown
attributes:
value: |
Use this form to provide a title, description and any (anticipated) blockers for the dataset you will be aligning to Darwin Core.
- type: input
id: primary_contact
attributes:
label: Contact details
description: Your contact email address.
placeholder: e.g. [email protected]
validations:
required: true
- type: input
id: dataset_title
attributes:
label: Dataset Title
description: A short title used to refer to your dataset.
placeholder: e.g. Florida Keys Zooplankton 2018 Dataset
validations:
required: true
- type: textarea
id: descrip
attributes:
label: Describe your dataset and any specific challenges or blockers you have or anticipate.
description: Dataset description and any specific dataset formatting challenges you have or anticipate.
placeholder: I am working with data on.. and want help with..
validations:
required: true
- type: input
id: link_to_raw_files
attributes:
label: Info about "raw" Data Files.
description: Description (and|or) link to the "raw" data files.
placeholder: The "raw" data is in one big really big excel file with no headers; the raw data can be downloaded from the following link [google drive link]
validations:
required: false

0 comments on commit 3e87f84

Please sign in to comment.