Skip to content

Commit

Permalink
Merge pull request #148 from MathewBiddle/issue_template
Browse files Browse the repository at this point in the history
fixing issue template for new guidance
  • Loading branch information
ocefpaf authored Aug 10, 2023
2 parents efd08ec + 2318fd0 commit b6c1f9a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/NEW_NOTEBOOK.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: New Notebook
description: Request to add a new notebook
title: "[New Notebook]: "
labels: ["Notebook idea"]
assignees:
- mathewbiddle
- ocefpaf
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:
- type: input
id: language
attributes:
label: Programming Language
description: What programming language(s) will be used in the example?
placeholder: Python
- type: input
id: tool
attributes:
label: Module/Software/IOOS data service?
description: Is it focused on a particular module/software or an IOOS data service?
placeholder: ERDDAP
- type: input
id: example
attributes:
label: Module/Software/IOOS data service?
description: Can you provide a minimum example of the expected code and results in a notebook?
placeholder:
- type: input
id: description
attributes:
label: Provide a description.
description: Please provide a detailed description of the suggested example below.
placeholder:
---
File renamed without changes.

0 comments on commit b6c1f9a

Please sign in to comment.