|
| 1 | +name: 🌱 Add notebook |
| 2 | +description: Propose a new notebook for the Cookbook |
| 3 | +title: "[Add] " |
| 4 | +labels: |
| 5 | + - "content: add" |
| 6 | + - maintenance |
| 7 | +assignees: |
| 8 | + - |
| 9 | +body: |
| 10 | + |
| 11 | + - type: textarea |
| 12 | + attributes: |
| 13 | + label: Rationale |
| 14 | + description: > |
| 15 | + Why should a new notebook be created? What hurdle that Earthdata users encounter with |
| 16 | + cloud computing will the content help them clear? |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + |
| 20 | + - type: textarea |
| 21 | + attributes: |
| 22 | + label: Related notebooks |
| 23 | + description: > |
| 24 | + List any existing notebooks that cover related material, and consider |
| 25 | + whether one of those should be updated instead. Include the path(s) and |
| 26 | + a brief note on how each is related to the proposed notebook. |
| 27 | + placeholder: | |
| 28 | + - how-tos/find-data/find-data-earthaccess-v2.qmd: provides a Haskell alternative |
| 29 | + validations: |
| 30 | + required: false |
| 31 | + |
| 32 | + - type: textarea |
| 33 | + attributes: |
| 34 | + label: Navigation plan |
| 35 | + description: > |
| 36 | + Where does this notebook fit in the Cookbook? For instance, is it a how-to |
| 37 | + or a tutorial? Do we need to add links from other notebooks, or otherwise |
| 38 | + help users discover this notebook? |
| 39 | + validations: |
| 40 | + required: false |
| 41 | + |
| 42 | + - type: markdown |
| 43 | + attributes: |
| 44 | + value: | |
| 45 | + ## Contributing |
| 46 | +
|
| 47 | + We would be thrilled if you are also interested in starting to write the proposed |
| 48 | + notebook! We can provide the best support if you share updates to GitHub as you write |
| 49 | + it. If there is someone who you think would be a better fit for this issue or from whom you'd like feedback, |
| 50 | + please reply below and `@mention` their GitHub username. |
| 51 | +
|
| 52 | + Our [contributing workflow](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/contributing/workflow.html) |
| 53 | + describes how to work with GitHub branches and Quarto. We hold bi-weekly co-working sessions |
| 54 | + you are welcome to join, or ask on Slack for support anytime! |
| 55 | +
|
| 56 | + - type: markdown |
| 57 | + attributes: |
| 58 | + value: | |
| 59 | + ## Final resolution |
| 60 | +
|
| 61 | + After discussion, how this feedback is addressed will show up in how the |
| 62 | + issue is resolved. |
| 63 | +
|
| 64 | + 1. Closed as completed: Merging a PR to add the proposed notebook automatically |
| 65 | + closed this issue. |
| 66 | + 2. Closed as duplicate: The author or maintainer closed this issue after |
| 67 | + linking a [new issue](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/issues/new?template=update-notebook.yml) |
| 68 | + created from the " Update notebook" template. |
| 69 | + 3. Closed as won't fix: The author or maintainer closed this issue |
| 70 | + if no changes are necessary. |
0 commit comments