-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from 7yl4r/main
Add dataset description github issue template
- Loading branch information
Showing
2 changed files
with
43 additions
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. tim.vanderstap@hakai.org | ||
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 |