From 059d85d0a5034d42b6186d7162b519137d708017 Mon Sep 17 00:00:00 2001 From: Brandon Beltz - NOAA Affiliate <136381970+BBeltz1@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:43:23 -0400 Subject: [PATCH] Clarified 'Introduction to Indicator' header Added text to clarify that the 'Introduction to Indicator' field goes in the "What is this?" section of the catalog page. --- .github/ISSUE_TEMPLATE/catalog_submission.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/catalog_submission.yml b/.github/ISSUE_TEMPLATE/catalog_submission.yml index 7c00de19..0441d9e6 100644 --- a/.github/ISSUE_TEMPLATE/catalog_submission.yml +++ b/.github/ISSUE_TEMPLATE/catalog_submission.yml @@ -43,7 +43,7 @@ body: - type: textarea id: indicator_intro attributes: - label: Introduction to Indicator + label: Introduction to Indicator (i.e. "What is this?") description: Please introduce the indicator within an appropriate context. value: "Proceed as though this were a short summary of a typical introduction section in a paper." validations: @@ -154,4 +154,4 @@ body: description: If source data are NOT publicly available, what are the procedures for accessing the data? placeholder: Ex. Please email your.email@noaa.gov for further information and queries of X indicator source data. validations: - required: false \ No newline at end of file + required: false