Skip to content

Commit 2b52b95

Browse files
fix bugreport.yml (#10746)
* fix bugreport.yml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ccb3437 commit 2b52b95

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.github/ISSUE_TEMPLATE/bugreport.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,11 @@ 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: checkboxes
33-
id: mvce-checkboxes
32+
- type: textarea
33+
id: reproduce
3434
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-
35+
label: Steps to reproduce
36+
description:
4237
Consider listing additional or specific dependencies in [inline script metadata](https://packaging.python.org/en/latest/specifications/inline-script-metadata/#example)
4338
so that calling `uv run issue.py` shows the issue when copied into `issue.py`. (not strictly required)
4439
value: |
@@ -56,6 +51,19 @@ body:
5651
xr.show_versions()
5752
# your reproducer code ...
5853
```
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+
5967
options:
6068
- label: Minimal example — the example is as focused as reasonably possible to demonstrate the underlying issue in xarray.
6169
- label: Complete example — the example is self-contained, including all data and the text of any traceback.

0 commit comments

Comments
 (0)