improving bug report template for dask_ml
Open
- Dominant language
- Python
- Stars
- 951
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
This is a variation of https://github.com/dask/dask/issues/9099 to simplify reporting the dask/dask_ml versions in the issue template:
```python
import dask; print("- Dask version:", dask.__version__)
import dask_ml; print("- Dask ML version:", dask_ml.__version__)
import sys; print("- Python version:", sys.version)
```
Contributor guide
Assessment
This issue has not been assessed yet.