From 0a011578ac3484a619870a8bbae0f711de335bbe Mon Sep 17 00:00:00 2001 From: Mathew Biddle <8480023+MathewBiddle@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:10:08 -0400 Subject: [PATCH] Update NEW_NOTEBOOK.yml fixing issue template --- .github/ISSUE_TEMPLATE/NEW_NOTEBOOK.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/NEW_NOTEBOOK.yml b/.github/ISSUE_TEMPLATE/NEW_NOTEBOOK.yml index 4af9baa7..1eb8fec2 100644 --- a/.github/ISSUE_TEMPLATE/NEW_NOTEBOOK.yml +++ b/.github/ISSUE_TEMPLATE/NEW_NOTEBOOK.yml @@ -9,7 +9,7 @@ body: - type: markdown attributes: value: | - If you want to suggest a notebook for the [IOOS CodeLab](https://ioos.github.io/ioos_code_lab/content/intro.html#) please answer these questions: + If you want to suggest a notebook for the [IOOS CodeLab](https://ioos.github.io/ioos_code_lab/content/intro.html) please answer these questions: - type: input id: language attributes: @@ -27,10 +27,10 @@ body: attributes: label: Module/Software/IOOS data service? description: Can you provide a minimum example of the expected code and results in a notebook? - placeholder: "" + placeholder: Yes, see this gist. - type: input id: description attributes: label: Provide a description. description: Please provide a detailed description of the suggested example below. - placeholder: "" + placeholder: The notebook should detail how to bring source data in, and create an interactive graphical timeseries of the data.