Skip to content

Commit 36ee500

Browse files
authored
Revert "fix bugreport.yml (#10746)" (#10749)
This reverts commit 2b52b95.
1 parent 21452f3 commit 36ee500

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

.github/ISSUE_TEMPLATE/bugreport.yml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ body:
2929
Minimal, self-contained copy-pastable example that demonstrates the issue. This will be automatically formatted into code, so no need for markdown backticks.
3030
render: Python
3131

32-
- type: textarea
33-
id: reproduce
32+
- type: checkboxes
33+
id: mvce-checkboxes
3434
attributes:
35-
label: Steps to reproduce
36-
description:
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+
3742
Consider listing additional or specific dependencies in [inline script metadata](https://packaging.python.org/en/latest/specifications/inline-script-metadata/#example)
3843
so that calling `uv run issue.py` shows the issue when copied into `issue.py`. (not strictly required)
3944
value: |
@@ -51,19 +56,6 @@ body:
5156
xr.show_versions()
5257
# your reproducer code ...
5358
```
54-
validations:
55-
required: false
56-
57-
- type: checkboxes
58-
id: mvce-checkboxes
59-
attributes:
60-
label: MVCE confirmation
61-
description: |
62-
Please confirm that the bug report is in an excellent state, so we can understand & fix it quickly & efficiently. For more details, check out:
63-
64-
- [Minimal Complete Verifiable Examples](https://stackoverflow.com/help/mcve)
65-
- [Craft Minimal Bug Reports](https://matthewrocklin.com/minimal-bug-reports)
66-
6759
options:
6860
- label: Minimal example — the example is as focused as reasonably possible to demonstrate the underlying issue in xarray.
6961
- label: Complete example — the example is self-contained, including all data and the text of any traceback.

0 commit comments

Comments
 (0)