Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🪳 Bug
description: >
A bug is an issue that differs from documentation or has unexpected behavior.
Report something unexpected or otherwise different from documented behavior
title: "[BUG] {{ title }}"
labels:
- bug
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🪏 Update notebook
description: Propose updating a notebook in the Cookbook
description: Improve an existing notebook in the Cookbook
title: "[UPDATE] "
labels:
- "content: update"
Expand Down Expand Up @@ -27,7 +27,7 @@ body:

- type: textarea
attributes:
label: Recommended updates
label: Recommended changes
description: >
What changes would bring this notebook up to date? Include suggested
code snippets, links to relevant documentation, or other resources.
Expand All @@ -45,17 +45,17 @@ body:

- type: markdown
attributes:
value: |
## Final resolution
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.
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.
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=4-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.
manually if no changes are necessary.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 🌱 Add notebook
description: Propose a new notebook for the Cookbook
description: Suggest a new notebook for the Cookbook
title: "[Add] "
labels:
- "content: add"
- "content: new"
- maintenance
assignees:
-
Expand Down Expand Up @@ -42,29 +42,19 @@ body:
- type: markdown
attributes:
value: |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
value: |
value: >

Using > instead of | removes line breaks in multiline text fields; | preserves them (https://stackoverflow.com/a/72084881). Sorry I missed this the first time!

## Contributing
### 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.
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 on GitHub as you go. 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. We hold bi-weekly co-working sessions
you are welcome to join, or ask on Slack for support anytime!
Our [contributing workflow](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/contributing/workflow.html) describes how to work with GitHub branches and Quarto. We hold bi-weekly co-working sessions you are welcome to join, or ask on Slack for support anytime!

- type: markdown
attributes:
value: |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
value: |
value: >

Same as above

## Final resolution
### Final resolution

After discussion, how this feedback is addressed will show up in how the
issue is resolved.
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.
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=2-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.
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,10 @@ body:
- type: markdown
attributes:
value: |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
value: |
value: >

## Final resolution
### Final resolution

After discussion, how this feedback is addressed will show up in how the
issue is resolved.
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.
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=2-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.
Loading