|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: File a bug report to help us improve |
| 3 | +labels: [bug] |
| 4 | +body: |
| 5 | + - type: textarea |
| 6 | + id: what-happened |
| 7 | + attributes: |
| 8 | + label: What happened? |
| 9 | + description: | |
| 10 | + Thanks for reporting a bug! Please describe what you were trying to get done. |
| 11 | + Tell us what happened, what went wrong. |
| 12 | + validations: |
| 13 | + required: true |
| 14 | + |
| 15 | + - type: textarea |
| 16 | + id: what-did-you-expect-to-happen |
| 17 | + attributes: |
| 18 | + label: What did you expect to happen? |
| 19 | + description: | |
| 20 | + Describe what you expected to happen. |
| 21 | + validations: |
| 22 | + required: false |
| 23 | + |
| 24 | + - type: textarea |
| 25 | + id: sample-code |
| 26 | + attributes: |
| 27 | + label: Minimal Complete Verifiable Example |
| 28 | + description: | |
| 29 | + Minimal, self-contained copy-pastable example that demonstrates the issue. This will be automatically formatted into code, so no need for markdown backticks. |
| 30 | + render: Python |
| 31 | + |
| 32 | + - type: checkboxes |
| 33 | + id: mvce-checkboxes |
| 34 | + attributes: |
| 35 | + label: MVCE confirmation |
| 36 | + description: | |
| 37 | + Please confirm that the bug report is in an excellent state, so we can understand & fix it quickly & efficiently. For more details, check out: |
| 38 | +
|
| 39 | + - [Minimal Complete Verifiable Examples](https://stackoverflow.com/help/mcve) |
| 40 | + - [Craft Minimal Bug Reports](https://matthewrocklin.com/minimal-bug-reports) |
| 41 | +
|
| 42 | + options: |
| 43 | + - label: Minimal example — the example is as focused as reasonably possible to demonstrate the underlying issue in xarray. |
| 44 | + - label: Complete example — the example is self-contained, including all data and the text of any traceback. |
| 45 | + - label: Verifiable example — the example runs when copied & pasted into an fresh python environment. |
| 46 | + - label: New issue — a search of GitHub Issues suggests this is not a duplicate. |
| 47 | + |
| 48 | + - type: textarea |
| 49 | + id: log-output |
| 50 | + attributes: |
| 51 | + label: Relevant log output |
| 52 | + description: Please copy and paste any relevant output. This will be automatically formatted into code, so no need for markdown backticks. |
| 53 | + render: Python |
| 54 | + |
| 55 | + - type: textarea |
| 56 | + id: extra |
| 57 | + attributes: |
| 58 | + label: Anything else we need to know? |
| 59 | + description: | |
| 60 | + Please describe any other information you want to share. |
| 61 | +
|
| 62 | + - type: textarea |
| 63 | + id: show-versions |
| 64 | + attributes: |
| 65 | + label: Environment |
| 66 | + description: | |
| 67 | + Paste the output of `icechunk.print_debug_info()` |
| 68 | + validations: |
| 69 | + required: true |
0 commit comments