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
* main: (95 commits)
Use `zarr` to validate attrs when writing to zarr (pydata#6636)
Add pre-commit hook to check CITATION.cff (pydata#6658)
Fix kwargs used for extrapolation in docs (pydata#6639)
Fix notebooks' HTML links (pydata#6655)
Doc index update (pydata#6530)
CFTime support for polyval (pydata#6624)
Support dask arrays in datetime_to_numeric (pydata#6556)
[pre-commit.ci] pre-commit autoupdate (pydata#6654)
0-padded month. (pydata#6653)
[test-upstream] import `cleanup` fixture from `distributed` (pydata#6650)
Allow all interp methods in typing (pydata#6647)
Typing support for custom backends (pydata#6651)
Improved DataArray typing (pydata#6637)
Adjust code comments & types from pydata#6638 (pydata#6642)
Typing of `str` and `dt` accessors (pydata#6641)
Feature/to dict encoding (pydata#6635)
fix {full,zeros,ones}_like overloads (pydata#6630)
Mypy badge (pydata#6626)
concatenate docs style (pydata#6621)
Typing for open_dataset/array/mfdataset and to_netcdf/zarr (pydata#6612)
...
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bugreport.yml
+22-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Bug Report
1
+
name: 🐛 Bug Report
2
2
description: File a bug report to help us improve
3
3
labels: [bug, "needs triage"]
4
4
body:
@@ -26,14 +26,24 @@ body:
26
26
attributes:
27
27
label: Minimal Complete Verifiable Example
28
28
description: |
29
-
Minimal, self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report:
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:
Bug reports that follow these guidelines are easier to diagnose, and so are often handled much more quickly.
35
-
This will be automatically formatted into code, so no need for markdown backticks.
36
-
render: Python
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 copy & pastes into an IPython prompt or [Binder notebook](https://mybinder.org/v2/gh/pydata/xarray/main?urlpath=lab/tree/doc/examples/blank_template.ipynb), returning the result.
46
+
- label: New issue — a search of GitHub Issues suggests this is not a duplicate.
37
47
38
48
- type: textarea
39
49
id: log-output
@@ -54,6 +64,12 @@ body:
54
64
attributes:
55
65
label: Environment
56
66
description: |
57
-
Paste the output of `xr.show_versions()` here
67
+
Paste the output of `xr.show_versions()` between the `<details>` tags, leaving an empty line following the opening tag.
0 commit comments