Add package versions to bug template
Open
enhancement
- Dominant language
- Python
- Stars
- 371
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Once #205 is merged, add package version information to the bug template.
```
print(f'Python version = {sys.version}')
print(f'earthengine-api version = {ee.__version__}')
print(f'xee version = {xee.__version__}')
print(f'xarray version = {xr.__version__}')
```
Contributor guide
Assessment
This issue has not been assessed yet.