-
Notifications
You must be signed in to change notification settings - Fork 45
Issue template for notebook updates #428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
e1d5117
Add update-notebook issue template
ateucher ad583c0
Merged origin/main into issue-template-update-notebook
ateucher b953be9
Link to removal template
ateucher 29bfa25
text changes
ateucher 6396d55
Update .github/ISSUE_TEMPLATE/update-notebook.yml
ateucher 8a2f8c3
fix bug emoji and labels
itcarroll 2e3820c
migrate to yaml template
itcarroll a0ab71e
unify text, replace decision section
itcarroll c86dd86
typos, grammar
itcarroll a073450
remove link to outdated g-doc
itcarroll f79df15
typo, text about co-working
itcarroll File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| name: Update notebook | ||
| description: Propose updating content in the Cookbook | ||
| title: "[UPDATE] " | ||
| labels: | ||
| - "content: update" | ||
| - maintenance | ||
| assignees: | ||
| - | ||
| body: | ||
| - type: input | ||
| attributes: | ||
| label: Content in question | ||
| description: URL of the page or path to the notebook file. | ||
| placeholder: "https://nasa-openscapes.github.io/earthdata-cloud-cookbook/how-tos/read_data.html" | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Out of date or missing content | ||
| 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 content 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: checkboxes | ||
| attributes: | ||
| label: Decision | ||
| description: > | ||
| After discussion, record the outcome here before opening a PR or closing the issue. | ||
| options: | ||
| - label: Update content (open a PR to make the changes) | ||
| - label: Remove from cookbook (close issue, open a new issue to remove it using this [issue template](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/issues/new?template=remove-notebook.yml)) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.