From 8b880a7b7396d73f3221becacd53eae4df333d12 Mon Sep 17 00:00:00 2001 From: Brandon Beltz - NOAA Affiliate <136381970+BBeltz1@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:38:53 -0400 Subject: [PATCH] catalog submission v2.1 Split the description of written catalog sections so that the entry boxes are populated. --- .github/ISSUE_TEMPLATE/catalog_submission.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/catalog_submission.yml b/.github/ISSUE_TEMPLATE/catalog_submission.yml index 1e04b2c4..7c00de19 100644 --- a/.github/ISSUE_TEMPLATE/catalog_submission.yml +++ b/.github/ISSUE_TEMPLATE/catalog_submission.yml @@ -44,24 +44,24 @@ body: id: indicator_intro attributes: label: Introduction to Indicator - description: Please introduce the indicator within an appropriate context. Proceed as though this were a short summary of a typical introduction section in a paper. - value: + 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: required: false - type: textarea id: indicator_results attributes: label: Key Results and Visualization - description: Please describe the results and/or visualizations of this indicator. Proceed as though this were a short summary of a typical results section in a paper. - value: + description: Please describe the results and/or visualizations of this indicator. + value: "Proceed as though this were a short summary of a typical results section in a paper." validations: required: false - type: textarea id: indicator_implications attributes: label: Implications - description: Please describe the implications of this indicator. Proceed as though this were a short summary of a typical discussion section in a paper. - value: + description: Please describe the implications of this indicator. + value: "Proceed as though this were a short summary of a typical discussion section in a paper." validations: required: false - type: input