mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 13:11:18 -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:
|
attributes:
|
||||||
label: What is the date of last update for this dataset?
|
label: What is the date of last update for this dataset?
|
||||||
description: Please provide in the format YYYY-MM-DD
|
description: Please provide in the format YYYY-MM-DD
|
||||||
placeholder: 2017-01-01
|
placeholder: "2017-01-01"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -171,4 +171,4 @@ body:
|
||||||
description: Please provide any additional information you have about this dataset
|
description: Please provide any additional information you have about this dataset
|
||||||
placeholder: e.g. Missing information for Puerto Rico, etc.
|
placeholder: e.g. Missing information for Puerto Rico, etc.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue