Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions .github/ISSUE_TEMPLATE/add-notebook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: 🌱 Add notebook
description: Propose a new notebook for the Cookbook
title: "[Add] "
labels:
- "content: add"
- maintenance
assignees:
-
body:

- type: textarea
attributes:
label: Rationale
description: >
Why should a new notebook be created? What hurdle that Earthdata users encounter with
cloud computing will the content help them clear?
validations:
required: true

- type: textarea
attributes:
label: Related notebooks
description: >
List any existing notebooks that cover related material, and consider
whether one of those should be updated instead. Include the path(s) and
a brief note on how each is related to the proposed notebook.
placeholder: |
- how-tos/find-data/find-data-earthaccess-v2.qmd: provides a Haskell alternative
validations:
required: false

- type: textarea
attributes:
label: Migration plan
description: >
Do we need to do anything for redirects, update links in other notebooks,
or otherwise help users discover this notebook?
validations:
required: false
Comment thread
itcarroll marked this conversation as resolved.

- type: markdown
attributes:
value: |
## Contributing

We would be thrilled if you are also interested in starting to write the proposed
notebook! We can provide the best support if you share updates to GitHub as you write
it. If there is someone who you think would be a better fit for this issue or from whom you'd like feedback,
please reply below and `@mention` their GitHub username.

Our [contributing workflow](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/contributing/workflow.html)
describes how to work with GitHub branches and Quarto. Totally happy to talk
through more and screenshare at a co-working session (or Slack us to set another time)!

- type: markdown
attributes:
value: |
## Final resolution

After discussion, how this feedback is addressed will show up in how the
issue is resolved.

1. Closed as completed: Merging a PR to add the proposed notebook automatically
closed this issue.
2. Closed as duplicate: The author or maintainer closed this issue after
linking a [new issue](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/issues/new?template=update-notebook.yml)
created from the "🪏 Update notebook" template.
3. Closed as won't fix: The author or maintainer closed this issue
if no changes are necessary.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 🐞 Bug
name: 🪳 Bug
description: >
A bug is an issue that differs from documentation or has unexpected behavior.
title: "[BUG] {{ title }}"
labels:
- Bug
- Needs Triage
- bug
- "needs: triage"
body:
- type: checkboxes
attributes:
Expand Down
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/cookbook-content-template.md

This file was deleted.

32 changes: 20 additions & 12 deletions .github/ISSUE_TEMPLATE/remove-notebook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Remove notebook
name: 🥀 Remove notebook
description: Propose removing a notebook from the Cookbook
title: "[Remove] "
labels:
Expand All @@ -9,9 +9,10 @@ assignees:
body:
- type: input
attributes:
label: Notebook to remove
description: Path to the notebook file.
placeholder: "how-tos/find-data/find-data-earthaccess.qmd"
label: Content to remove
description: >
What specific page or notebook should be removed? Provide a full URL or path.
placeholder: "https://nasa-openscapes.github.io/earthdata-cloud-cookbook/how-tos/read_data.html"
validations:
required: true

Expand All @@ -34,7 +35,7 @@ body:
covers the same ground. If you want to link to or import an external
notebook, please open an issue or PR to add it.
placeholder: |
- how-tos/find-data/find-data-earthaccess-v2.qmd - covers the same search workflow with the current API
- how-tos/find-data/find-data-earthaccess-v2.qmd: covers the same search workflow with the current API
validations:
required: false

Expand All @@ -49,11 +50,18 @@ body:
validations:
required: false

- type: checkboxes
- type: markdown
attributes:
label: Final decision
description: >
After discussion, record the outcome here before opening a PR or closing the issue.
options:
- label: Remove this notebook (open a PR to remove it)
- label: Keep this notebook (close issue, open an issue to update it instead using the "Update notebook" issue template)
value: |
## Final resolution

After discussion, how this feedback is addressed will show up in how the
issue is resolved.

1. Closed as completed: Merging a PR to remove this notebook automatically
closed this issue.
2. Closed as duplicate: The author or maintainer closed this issue after
linking a [new issue](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/issues/new?template=update-notebook.yml)
created from the "🪏 Update notebook" template.
3. Closed as won't fix: The author or maintainer closed this issue
if no changes are necessary.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/update-notebook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: 🪏 Update notebook
description: Propose updating a notebook in the Cookbook
title: "[UPDATE] "
labels:
- "content: update"
- maintenance
assignees:
-
body:
- type: input
attributes:
label: Notebook to update
description: >
What specific page or notebook needs to be updated? Provide a full URL or path.
placeholder: "https://nasa-openscapes.github.io/earthdata-cloud-cookbook/how-tos/read_data.html"
validations:
required: true

- type: textarea
attributes:
label: Problmeatic or missing content
Comment thread
itcarroll marked this conversation as resolved.
Outdated
description: >
Describe what is out of date, incorrect, or missing. Be as specific as
possible so it is easy to identify the section(s) that need attention.
validations:
required: true

- type: textarea
attributes:
label: Recommended updates
description: >
What changes would bring this notebook up to date? Include suggested
code snippets, links to relevant documentation, or other resources.
validations:
required: true

- type: textarea
attributes:
label: Additional context
description: >
Any other information that might be helpful, such as related issues,
PRs, or external references.
validations:
required: false

- type: markdown
attributes:
value: |
## Final resolution

After discussion, how this feedback is addressed will show up in how
this issue is resolved.

1. Closed as completed: merging a PR to update this notebook automatically
closed this issue.
2. Closed as duplicate: the author or a maintainer closed this issue
after linking an existing issue with the "🪏 Update notebook" template
or a [new issue](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/issues/new?template=remove-notebook.yml)
with the "🥀 Remove notebook" template.
3. Closed as won't fix: the author or a maintainer closed this issue
manually if no changes are necessary.
Loading