mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 19:31:16 -07:00
Update dataset_request.yaml
Wrapping date with quotes to avoid "Tried to load unspecified class: Date" error
This commit is contained in:
parent
7bc494b759
commit
446c8d1f68
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/dataset_request.yaml
vendored
4
.github/ISSUE_TEMPLATE/dataset_request.yaml
vendored
|
@ -134,7 +134,7 @@ body:
|
|||
attributes:
|
||||
label: What is the date of last update for this dataset?
|
||||
description: Please provide in the format YYYY-MM-DD
|
||||
placeholder: 2017-01-01
|
||||
placeholder: "2017-01-01"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
@ -171,4 +171,4 @@ body:
|
|||
description: Please provide any additional information you have about this dataset
|
||||
placeholder: e.g. Missing information for Puerto Rico, etc.
|
||||
validations:
|
||||
required: false
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue