Skip to content
Merged
Changes from 3 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
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/remove-notebook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Remove notebook
Comment thread
ateucher marked this conversation as resolved.
description: Propose removing a notebook from the Cookbook
title: "[Remove] "
labels:
- "content: remove"
- maintenance
assignees:
-
body:
- type: input
attributes:
label: Notebook to remove
description: Path to the notebook file.
placeholder: "how-tos/find-data/find-data-earthaccess.qmd"
validations:
required: true

- type: textarea
attributes:
label: Rationale
description: >
Why should this notebook be removed? Common reasons include outdated
dependencies, deprecated APIs, redundancy with newer content, or poor
maintenance outlook.
validations:
required: true

- type: textarea
attributes:
label: Superseding notebooks
description: >
List one or more existing notebooks that cover this material and should
be used instead. Include the path(s) and a brief note on how each one
covers the same ground.
placeholder: |
- how-tos/find-data/find-data-earthaccess-v2.qmd - covers the same search workflow with the current API
validations:
required: false

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