You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bugreport.yml
+9-17Lines changed: 9 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,16 @@ body:
29
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
30
render: Python
31
31
32
-
- type: textarea
33
-
id: reproduce
32
+
- type: checkboxes
33
+
id: mvce-checkboxes
34
34
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:
Consider listing additional or specific dependencies in [inline script metadata](https://packaging.python.org/en/latest/specifications/inline-script-metadata/#example)
38
43
so that calling `uv run issue.py` shows the issue when copied into `issue.py`. (not strictly required)
39
44
value: |
@@ -51,19 +56,6 @@ body:
51
56
xr.show_versions()
52
57
# your reproducer code ...
53
58
```
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:
0 commit comments