From 446c8d1f684cde7391135da53de09092e24010e2 Mon Sep 17 00:00:00 2001 From: Nat Hillard <72811320+NatHillardUSDS@users.noreply.github.com> Date: Wed, 28 Jul 2021 14:58:17 -0400 Subject: [PATCH] Update dataset_request.yaml Wrapping date with quotes to avoid "Tried to load unspecified class: Date" error --- .github/ISSUE_TEMPLATE/dataset_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/dataset_request.yaml b/.github/ISSUE_TEMPLATE/dataset_request.yaml index f6ef4302..68941d3a 100644 --- a/.github/ISSUE_TEMPLATE/dataset_request.yaml +++ b/.github/ISSUE_TEMPLATE/dataset_request.yaml @@ -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 \ No newline at end of file + required: false